https://github.com/techstarhub/meme-gen
A Meme generating website written in React, for React Beginner
https://github.com/techstarhub/meme-gen
css good-first-project html meme-generator react vite
Last synced: about 1 year ago
JSON representation
A Meme generating website written in React, for React Beginner
- Host: GitHub
- URL: https://github.com/techstarhub/meme-gen
- Owner: TechStarHub
- License: mit
- Created: 2023-11-04T14:09:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T16:41:18.000Z (over 1 year ago)
- Last Synced: 2025-04-23T05:45:18.464Z (about 1 year ago)
- Topics: css, good-first-project, html, meme-generator, react, vite
- Language: JavaScript
- Homepage: https://memegeno.netlify.app/
- Size: 858 KB
- Stars: 2
- Watchers: 0
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

MemeGen
A Meme generating website written in React, for beginners to learn React.
[](https://app.netlify.com/sites/memegeno/deploys)
## 📌 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.
### [**_Design Link 👇_**](https://www.figma.com/file/2CFGWsSol6c6SwDZ9PaaD1/MemeGen?type=design&node-id=0%3A1&mode=design&t=ln9sdKuNftajEeLs-1)
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
```
2. Create a new branch and then make your changes.
```
git checkout -b
```
3. Push your code to GitHub.
```
git push origin
```
4. Create a Pull Request!
## 🌟 Give a Star if you like the project