Skip to content

HuberAdrian/Online-store-with-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online store with react

This is the finished Project from the React Tutorial course

 

 

Pictures

drawing

drawing

drawing

drawing

 

 

React concepts I learned

  • JSX
  • Props
  • State
  • Hooks
  • Effect
  • Components
  • Immutability
  • Events
  • Forms
  • Lifting state up
  • Passing props down
  • Using APIs & fetch
  • Custom hooks
  • Restoring from localStorage
  • React Router
  • and many more!

 

 

Run this website locally

To run this project locally, we use the npm package manager and Parcel.

 

  1. Install parcel (if not already done)

npm install -g parcel-bundler

 

  1. Set up npm

npm init -y

 

  1. Run a live server

npx parcel src/index.html

 

  1. (Optional) build for Production

npx parcel build src/index.html --no-source-maps --public-url . --no-cache

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors