Skip to content

Its a Github Profile searcher made with React JS with many more functionalities to come

License

Notifications You must be signed in to change notification settings

stephin007/githubfinder

Repository files navigation

Build and Deploy CodeQL GitHub issues GitHub forks GitHub stars GitHub license

Installation

  1. Clone the repository.

    git clone https://github.com/stephin007/githubfinder.git
    
  2. Change directory to githubfinder/

    cd githubfinder/
    
  3. Install the dependencies.

    For npm:

    npm i
    

    For yarn:

    yarn install
    

Usage

In the project directory, githubfinder/ you can run:

yarn start

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

Here is a preview of how the app should look:

Github Finder Interface Demo

To build the app for production run:

yarn build