eddiekeller / hrla-react-review

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 generate 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).

#Initial Setup

We will first go over setup using Webpack for compiling and then talk about how to create a good file structure for your Front End code.

#Get Started

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

About


Languages

Language:CSS 48.2%Language:JavaScript 35.8%Language:HTML 16.0%