Skip to content

Serie 1 : A React Example App with Hooks, React Routing, and Animations

Notifications You must be signed in to change notification settings

ogm710811/Burger-Builder-React-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Burger Builder is a React Example App with Redux, React Routing, and Animations.
It has test examples using Jest and Enzyme.
The project has been divided in different series. Each serie apply a different solution and improved the serie before. Series solution are:

  • Serie 1: Solution using React state.
  • Serie 2: Solution using Redux, Redux-Thunk
  • Serie 3. Solution using Redux-Saga.
  • Serie 4. Solution using React Hooks.

Series in this repo

This is the Serie 1.

Additional dependencies

Other dependencies used in the series that make Burger Builder a full deployed App are:

  • Firebase Realtime Database
  • Firebase Authentication
  • Axios

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.