Skip to content

Marcuriee/React-Shopping-Cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goal

To learn the basic fundamentals of React and build a shopping cart-type app.

What I Learnt

I followed this great indepth tutorial.

I learnt about:

  • JSX
  • Rendering lists
  • Conditional Rendering
  • Updating the state
  • Functional components
  • Multiple components in Sync
  • Passing Data
  • Debugging using React dev tools
  • Props
  • Raising and handling events
  • Lifting the state
  • Functional Components
  • Lifecycle hooks

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.

This project was bootstrapped with Create React App.