Skip to content

adamako/github-repo-list

Repository files navigation

Github-repo-list

Requirements

Before you start, ensure you have the following installed on your local machine:

Demo

Check out the live demo of this project here

Getting Started

  1. Clone this repository to your local machine

    # with ssh
    git clone git@github.com:adamako/github-repo-list.git
    
    # with hhtps
    git clone https://github.com/adamako/github-repo-list.git
    
  2. Navigate to the project directory

    cd github-repo-list
    
  3. Install the project dependencies using npm or yarn

    npm install
    # or
    yarn
  4. Set environment variable, it contains Github API URL

    cp .env.example .env
  5. Start the development server

    npm run dev
    # or
    yarn dev
    

The application should now be running at http://localhost:5173

About

This project lists a github user public repository

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published