This is a React.js application that allows users to search for repositories on GitHub using the GitHub API. The application utilizes Redux for state management and fetches data from the GitHub API to display the search results.
- User interface to input search queries.
- Fetches repositories data from the GitHub API.
- Displays the fetched data in a user-friendly way.
- Handles errors gracefully and displays error messages when API calls fail.
- React Typescript
- Redux
- GitHub API
- Material-UI
-
Clone the repository:
git clone https://github.com/dfeverx/github-repo-search.git
2.Install the dependencies:
cd github-repo-search
npm install
3.Run the app:
npm run dev