https://github.com/jane-does-coding/github-user-search
https://github.com/jane-does-coding/github-user-search
github javascript react search
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jane-does-coding/github-user-search
- Owner: jane-does-coding
- Created: 2024-11-02T21:41:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T19:20:06.000Z (over 1 year ago)
- Last Synced: 2025-03-26T22:51:19.158Z (10 months ago)
- Topics: github, javascript, react, search
- Language: JavaScript
- Homepage: https://github-user-search-pearl.vercel.app/
- Size: 188 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Users Search
## Screenshots

## Demo
https://github-user-search-pearl.vercel.app/
## Tech Stack
[](https://skillicons.dev)
## Installation
Install my-project with npm
```bash
npm install my-project
cd my-project
```
## Run Locally
Clone the project
```bash
git clone https://github.com/jane-does-coding/github-user-search
```
Go to the project directory
```bash
cd my-project
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm start
```