githubfinder

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

GPL-3.0 License

Stars
0

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:

To build the app for production run:

yarn build