Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhistiak3/devfinder
https://github.com/mhistiak3/devfinder
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhistiak3/devfinder
- Owner: mhistiak3
- Created: 2022-01-26T09:01:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-26T17:51:03.000Z (almost 3 years ago)
- Last Synced: 2024-03-17T18:48:57.241Z (8 months ago)
- Language: JavaScript
- Homepage: https://ia-devfinder.netlify.app/
- Size: 267 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub user search app
### Frontend Mentor Challenge Project
This is Github Profile Search project, I have used the GitHub users API to pull profile data and display it. It's a great Project if you're looking to practice working with a 3rd-party API.
## Authors
- [@mhistiak3](https://github.com/mhistiak3)
## Screenshots
![App Screenshot](./demoapp.png)
## Technology
**Client:** React, Custom Css, Github user api, React Icons, Moment js
## Run Locally
Clone the project
```bash
gh clone https://github.com/mhistiak3/DevFinder.git
```Go to the project directory
```bash
cd devfinder
```Install dependencies
```bash
npm install
```Start the server
```bash
npm start
```![Logo](./public/logo512.png)