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
- Host: GitHub
- URL: https://github.com/eduardogomesf/dev-finder
- Owner: eduardogomesf
- Created: 2022-11-26T20:39:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-27T23:11:06.000Z (about 3 years ago)
- Last Synced: 2025-01-23T13:44:52.201Z (about 1 year ago)
- Topics: axios, phosphor-react, phosphoricons, react, reactjs, styled-components, typescript
- Language: TypeScript
- Homepage: https://dev-finder-drab.vercel.app/
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dev-finder
DevFinder is a web application where users can search for github users to see their information

## 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
```