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.
-
Install Daytona: Follow the Daytona installation guide.
-
Create the Workspace:
daytona create https://github.com/daytonaio/sample-github-user-search.git
-
Start the Application:
-
Create a .env file in the root directory
-
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>
- Start the project using:
npm start
-
- Search for user
- Get their repository information