An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Brand Logo](https://github.com/TechStarHub/meme-gen/assets/85790967/2c48637d-3acc-482e-90ed-6bf4ec6b67d7)

MemeGen


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

[![Netlify Status](https://api.netlify.com/api/v1/badges/f297ef57-dc08-4bbb-ac99-3154834b27a0/deploy-status)](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