TechStarHub / meme-gen

A Meme generating website written in React, for React Beginner
https://memegeno.netlify.app/
MIT License
2 stars 5 forks source link
css good-first-project html meme-generator react vite

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.

Design Link πŸ‘‡

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

πŸ‘“ Rules to follow

πŸ‘©β€πŸ’» 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