A collection of exercises to help people in the beginning stages of their React journey
View Demo
ReactBites was originally started as a simple repository of exercises to practice my react skills.
I hope other react students out there can use it to find inspiration of challenges that will help them learn the technology.
- SASS / itcss
- ReactJS
To run this project locally you may want to follow the following instructions.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/AlbaCasas/react-knowledge-base.git
- Install NPM packages
npm install
- Start the react server
npm start
Provided everything ran smoothly, you will have this application running in the url https://localhost:3000