Skip to content

vyasriday/github-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Search

A simple web app that let's you search github repositories for any user.

How to Run

  1. Clone the repository.
  2. Run npm i to install all the dependencies.
  3. Run npm start and this will start a development server on localhost at port 3000.

Unit Testing

  1. Run npm test to run test cases.