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

https://github.com/eduardogomesf/dev-finder

DevFinder is a web application where users can search for github users to see their information
https://github.com/eduardogomesf/dev-finder

axios phosphor-react phosphoricons react reactjs styled-components typescript

Last synced: 6 months ago
JSON representation

DevFinder is a web application where users can search for github users to see their information

Awesome Lists containing this project

README

          

# dev-finder

DevFinder is a web application where users can search for github users to see their information

![dev-finder](https://user-images.githubusercontent.com/58858236/204151627-59d942f4-f287-457a-98ee-7b1e92800d07.PNG)

## How to run the project locally
1. Navigate to the project's root directory

2. Install the project's dependencies
```bash
npm install
```

3. Run the application
```bash
npm run dev
```