Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/khaledalabssi/github_gallery

React app allow users to search GitHub users and check their repos, profiles, etc
https://github.com/khaledalabssi/github_gallery

Last synced: 2 days ago
JSON representation

React app allow users to search GitHub users and check their repos, profiles, etc

Awesome Lists containing this project

README

        

# GitHub Gallery App
>>>
React app allow users to search users on GitHub and check the profile, repos of those users.

Visit the app live: https://git-hub-gallery.vercel.app/

### Tech/Libraries:
- React
- GitHub API
- Tailwind
- DaisyUI
- React-Router-Dom
- React-Icons
- "Context & Reducer" from React
- Vercel for hosting

### Screenshot/Video

### How to run GitHub Gallery:
- Clone this repo into a desired directory
- Naviagate to that directory and from the terminal run:
```sh
npm install

#Run frontend (3000):
npm start
```

## Enjoy Coding ;)