A Meme generating website written in React, for beginners to learn React.
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.
The brand assets for this project is present in the src\assets\brand
folder.
Follow the design link to get the design of the website. Try to make the website as close to the design as possible.
- 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
- Fork the repository and then clone it into your local machine using
git clone <your-fork-url>
- Create a new branch and then make your changes.
git checkout -b <your-branch-name>
- Push your code to GitHub.
git push origin <your-branch-name>
- Create a Pull Request!