An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Github Users Search

## Screenshots

Screenshot 2024-11-02 at 4 09 07 PM
Screenshot 2024-11-02 at 4 08 57 PM

## Demo

https://github-user-search-pearl.vercel.app/

## Tech Stack

[![Technologies](https://skillicons.dev/icons?i=js,tailwind,react,git,github)](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
```