Develop an application that uses the Github API for searching users and repositories and showing the results in a nice way. The application must have at least 2 routes: user search and repositories search with the corresponding navigation. These routes must have a search bar and the search results must appear on the same page.
Watch the DESIGN project in Figma
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Clone this repo
git clone https://github.com/zefe/github-frontend.git
What things you need to install the software and how to install them
Node v12.18.4 & npm 6.14.6
node -v
npm -v
To Install Node.js, npm, and stay up-to-date.
Installing dependencies
yarn
o
yarn install
run development environment
yarn start:dev
run production environment
yarn start:prod
compile the project
yarn build
These are some of the most common commands you will need using yarn.