Skip to content

TechStarHub/meme-gen

Repository files navigation

Brand Logo

MemeGen

A Meme generating website written in React, for beginners to learn React.

Netlify Status

📌 Introduction

This project is for beginners to learn React. It is a simple meme generating website, where you can add your own text to the meme and download it.

🎃 Description

The brand assets for this project is present in the src\assets\brand folder.

🌳 Figma Design

Follow the design link to get the design of the website. Try to make the website as close to the design as possible.

https://www.figma.com/file/2CFGWsSol6c6SwDZ9PaaD1/MemeGen?type=design&node-id=0%3A1&mode=design&t=ln9sdKuNftajEeLs-1

👓 Rules to follow

  • You can use any library you want.
  • The brand assets for this project is present in the src\assets\brand folder. Please use the assets from there for logo, favicon, etc.
  • Do not push or make a PR into production branch

👩‍💻 Contributing Guidelines

  1. Fork the repository and then clone it into your local machine using
git clone <your-fork-url>
  1. Create a new branch and then make your changes.
git checkout -b <your-branch-name>
  1. Push your code to GitHub.
git push origin <your-branch-name>
  1. Create a Pull Request!

🌟 Give a Star if you like the project