Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.22 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.22 KB

Github-Finder

Consuming github api using react to find users and display data about them

Netlify Status

Instalation

You can clone this repository on your terminal

git clone https://github.com/Lucas-Lameira/github-finder.git

After cloning, follow the commands in Usage - development mode

Usage - development mode

on the root folder, run the following commands to install dependencies

 yarn install

once the dependencies are installed, run:

 yarn start

after yarn start, it should open in http://localhost:3000 . For some reason github is changing the spinner.jsx file is lowercase, so change it to "Spinner.jsx

Production

This app is live on github-finder

Tecnologies

  • HTML
  • CSS
    • css module
  • javascript
  • React
    • React hooks
    • Context api
    • react-router-dom
    • react-icons
  • Axios