Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 727 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 727 Bytes

hrla-react-review

This review session will go over building a basic web application using React.js. The app you will be building is called "Random Meme Generator". it is going to be 2 pages. One page will be the generator which get a random meme image, let's you write your own caption and save the one you like. The other page will display all the memes you have saved (this review does not include database, therefor all saved meme will be lost on refresh).

#Get Started

To get started, fork and clone the repo. Once done, run npm install then npm run compile in one terminal window to start webpack and run npm start in another terminal window