https://github.com/alexlopezdevelop/github-search
Technical test
https://github.com/alexlopezdevelop/github-search
Last synced: 11 months ago
JSON representation
Technical test
- Host: GitHub
- URL: https://github.com/alexlopezdevelop/github-search
- Owner: AlexLopezDevelop
- Created: 2023-03-05T18:55:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T21:52:45.000Z (over 3 years ago)
- Last Synced: 2025-03-04T16:48:39.807Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://github-search-rho-khaki.vercel.app
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Search
Github Search is a simple app that allows you to search for users and their repositories on Github.
## Features
- Search for users and their repositories
- View user details
- View repository details
## Demo
- https://github-search-rho-khaki.vercel.app/
[](https://github-search-rho-khaki.vercel.app/)
## Deploy with Vercel
To get started, click the "Deploy with Vercel" button below.
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FAlexLopezDevelop%2Fgithub-search)
### Install dependencies and run the Next.js client
```bash
npm install
npm run dev
# or
yarn
yarn dev
```