/mouse-lab-frontend

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.

Primary LanguageJavaScript

Mouse Repository 🐭

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.

Technologies

  • ReactJS
  • Bootstrap
  • SaSS

Concepts

  • Components
  • Route in ReactJS (with react-router-dom)
  • Form and validation (with Unform & Yup libs)
  • API integration

API

The API was made by myself based on a Node challenge.

Git Challenge Back-end

How to build

  1. Clone the API

    git clone https://github.com/Marcosnto/mouse-lab-backend
    
  2. Install the dependencies:
    yarn or npm install
    
  3. Open the terminal and execute:
    yarn start or npm start
    
  4. Clone this repository and make the step 2 and 3 again
    git clone https://github.com/Marcosnto/mouse-lab-frontend
    
  5. Now it's working 🙅 (on my PC worked 😅)