ReinanS / memeMaker

Project developed during a class available on YouTube that consists of a meme generator using React and Styled Components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

About   |    Features   |    Technologies Used

Web

About

MemeMaker is a web application made with React, consuming an API, to create a Memes generator. The construction was based on one of the developer and youtuber classes Mateus Silva, with some changes in the frontend made by me, like accessibility and responsivity.

Features

  • Memes creation, from an image gallery.

Technologies Used

The project was developed using the following technologies:

How to Use

  • Pre-requisites

    • It is necessary to have the Node.js installed on the machine
    • Also, it is precise to have a package manager either NPM or Yarn.
  1. Make a clone:
  $ git clone https://github.com/ReinanS/memeMaker.git
  1. Running the Application:
  # Install as dependencies
  $ npm install

  # Launch the application
  $ npm start

How to Contribute

  • Fork this repository,
  • Create a branch with your resource: git checkout -b my-feature
  • Commit your changes: git commit -m 'feat: My new feature'
  • Push your branch: git push origin my-feature

Who ministered?

The classes were taught by the instructor Mateus Silva.

License

This project is under MIT license. See the LICENSE file for more details.


Made by Reinan de Souza

About

Project developed during a class available on YouTube that consists of a meme generator using React and Styled Components.

License:MIT License


Languages

Language:JavaScript 77.8%Language:HTML 22.2%