Application based on ReactJS Rockseat challenge.
On this appplication is possible to: add a repository, made the repository favorite, list the favorites repositories and remove a repository.
The objective of this application is pratics the ReactJS knowlogies.
- ReactJS
- Bootstrap
- SaSS
- Components
- Route in ReactJS (with react-router-dom)
- Form and validation (with Unform & Yup libs)
- API integration
The API was made by myself based on a Node challenge.
Git Challenge Back-end-
Clone the API
git clone https://github.com/Marcosnto/mouse-lab-backend
- Install the dependencies:
yarn or npm install
- Open the terminal and execute:
yarn start or npm start
- Clone this repository and make the step 2 and 3 again
git clone https://github.com/Marcosnto/mouse-lab-frontend
- Now it's working 🙅 (on my PC worked 😅)