Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 875 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 875 Bytes

Sample Javascript/React

GH-Search is a project built using github's rest api and react that allows us to search and gather information about various github users.

🚀 Getting Started

Open Using Daytona

  1. Install Daytona: Follow the Daytona installation guide.

  2. Create the Workspace:

    daytona create https://github.com/daytonaio/sample-github-user-search.git
  3. Start the Application:

    1. Create a .env file in the root directory

    2. Add the following lines to the .env file

    REACT_APP_GITHUB_URL = "https://api.github.com"
    REACT_APP_GITHUB_TOKEN = "<add your github access token here>
    1. Start the project using:
    npm start

✨ Features

  • Search for user
  • Get their repository information