Skip to content

stephin007/githubfinder

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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