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.
- 🔍 Search GitHub users
- 👤 View user profile information
- 📂 See public repositories for selected users
- ⚛️ Built with Redux Toolkit and async thunks
- 🎨 Styled with Tailwind CSS
git clone https://github.com/AhmedShebl2000/github-user-finder.git cd github-user-finder
-
Install dependencies npm install
-
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.