Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/khaledalabssi/github_gallery
- Owner: KhaledAlabssi
- Created: 2021-12-28T11:41:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-28T14:48:20.000Z (almost 3 years ago)
- Last Synced: 2024-05-30T21:15:45.497Z (6 months ago)
- Language: JavaScript
- Homepage: git-hub-gallery.vercel.app
- Size: 2.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ;)