Skip to content

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.

Notifications You must be signed in to change notification settings

zefe/github-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GithubSearch - Webb App

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.

Demo

Watch the LIVE project

Design in Figma

Watch the DESIGN project in Figma

Getting Started

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

Prerequisites

What things you need to install the software and how to install them

This project is built with

Node v12.18.4 & npm 6.14.6

Check that you have node and npm installed

node -v
npm -v

To Install Node.js, npm, and stay up-to-date.

Installing dependencies

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.

Results

Search Git Hub User View

Search GitHub Repositories View

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published