Skip to content

Latest commit

Β 

History

History
34 lines (22 loc) Β· 701 Bytes

File metadata and controls

34 lines (22 loc) Β· 701 Bytes

πŸš€ Ignite React Challenges

πŸ“ Folders

01-react-fundamentals

Todo Challenge

03-shopping-cart-hook

Shopping Cart challenge

06-adding-features-to-blog

Blog Challenge

βœ… Requirement

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/EDusik/ignite-react-challenges

# Access (example first challenge)
$ cd 01-react-fundamentals

# Install dependencies
$ npm install

# Run the project
$ npm start

# The server will initialize in the <http://localhost:3000>