Todo Challenge
Shopping Cart challenge
Blog Challenge
Before starting π, you need to have Git and Node installed.
# 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>