Skip to content

πŸš€πŸ“š Challenges of Ignite Rocketseat React course

Notifications You must be signed in to change notification settings

EDusik/ignite-react-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ 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>