A project which calls an API and generates a random meme with text inputted by the user. The purpose of this exercise/ project was to practice and gain more experience using react hooks. The following concepts were used:
- Components
- Props
- State (useState hook, useEffect)
The project also uses css styling.
Clone
down this Repo- Run
npm install
- Run
npm start
- Add testing
- Improve UI/ styling
- make mobile friendly
- deploy the App as an exercise