https://github.com/ahmedshebl2000/octo-finder
A simple React app that lets you search GitHub users and view their public repositories. Built with Redux Toolkit, async thunks, and GitHub's REST API.
https://github.com/ahmedshebl2000/octo-finder
async-thunk frontend github-api github-users javascript react react-hooks redux redux-toolkit state-management tailwindcss
Last synced: about 2 months ago
JSON representation
A simple React app that lets you search GitHub users and view their public repositories. Built with Redux Toolkit, async thunks, and GitHub's REST API.
- Host: GitHub
- URL: https://github.com/ahmedshebl2000/octo-finder
- Owner: AhmedShebl2000
- Created: 2025-05-06T16:17:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-06T16:37:32.000Z (about 1 year ago)
- Last Synced: 2025-05-06T17:34:39.196Z (about 1 year ago)
- Topics: async-thunk, frontend, github-api, github-users, javascript, react, react-hooks, redux, redux-toolkit, state-management, tailwindcss
- Language: JavaScript
- Homepage: https://octo-founder.netlify.app/
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📘 GitHub User Finder
A simple React + Redux Toolkit project that allows users to search GitHub usernames and view their public repositories. Built using `createAsyncThunk`, `Redux Toolkit`, and GitHub's REST API.
---
## 🚀 Features
- 🔍 Search GitHub users
- 👤 View user profile information
- 📂 See public repositories for selected users
- ⚛️ Built with Redux Toolkit and async thunks
- 🎨 Styled with Tailwind CSS
## 🧑💻 Getting Started
### 1. Clone the repository
git clone https://github.com/AhmedShebl2000/github-user-finder.git
cd github-user-finder
2. Install dependencies
npm install
3. Run the application
npm run dev
Note: Make sure you have Node.js and npm installed.
⚙️ Built With
React
Redux Toolkit
GitHub REST API
Tailwind CSS
📄 License
This project is licensed under the MIT License.