Skip to content

yiytan92/react_review-meme_generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.0%
  • CSS 11.3%
  • HTML 3.7%