Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahinmuhammad/github-monkey
Simple web app to fetch someones follow list and also who doesn't follow back
https://github.com/mahinmuhammad/github-monkey
Last synced: 14 days ago
JSON representation
Simple web app to fetch someones follow list and also who doesn't follow back
- Host: GitHub
- URL: https://github.com/mahinmuhammad/github-monkey
- Owner: MahinMuhammad
- License: mit
- Created: 2025-02-02T13:16:11.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2025-02-02T14:50:50.000Z (19 days ago)
- Last Synced: 2025-02-02T15:25:17.903Z (19 days ago)
- Language: TypeScript
- Homepage: https://github-monkey.vercel.app
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Monkey
A simple **React.js + Vite** app that allows users to search for a GitHub user and view their followers and following lists. Users can also catchπ who they follow but doesn't follow them back.
## π» Live Demo
**Live URL:** [https://github-monkey.vercel.app](https://github-monkey.vercel.app)
## π Features
- π Search for any GitHub user by username
- π View **followers**, **followings** and **who doesn't follow backπ**
- π Check users who **donβt follow back**
- β‘ Built with **React.js + Vite** for fast performance
- π¨ Styled with **Tailwind CSS**
- π Fetches real-time data from **GitHub API**## π οΈ Tech Stack
- **Frontend:** React.js + Vite
- **State Management:** React Hooks (`useState`)
- **Styling:** Tailwind CSS
- **API Integration:** GitHub REST API (`fetch`)## π¦ Installation & Setup
### 1οΈβ£ Clone the Repository
```sh
git clone https://github.com/MahinMuhammad/github-monkey.git
cd github-monkey
```
### 2οΈβ£ Install Dependencies
```sh
npm install
```
### 3οΈβ£ Run the Development Server
```sh
npm run dev
```### β οΈ GitHub API Rate Limits
The GitHub API has rate limits, so if you make too many requests in a short time, you may receive an error. Consider using GitHub Authentication for higher request limits.### π€ Contributing
Contributions are welcome! If you find any issues or have suggestions, feel free to open an issue or a pull request.### π License
This project is licensed under the MIT License.Made with β€οΈ by [Md Mahinur Rahman](http://mahinmuhammad.github.io)