This project for searching GitHub repositories and their details
The Search Github Users Project allows users to search for GitHub repositories by entering a keyword. It retrieves repository data using the GitHub REST API and displays the results dynamically on the web page.
- JSX
- Tailwind
- Axios
- Toaster
- React Icons
- GitHub REST API
- SEO Friendly
To run the project locally, follow these steps:
-
Clone the repository to your local machine using the following command:
git clone https://github.com/waqarahmad134/Search-Github-Users.git
-
Navigate to the project directory:
cd Search-Github-Users
-
Install all node modules.
npm i
-
Start react project using
npm run dev
-
Project will start running at http://localhost:5173/
- Enter a keyword in the search input field.
- Press the "Search" button to retrieve GitHub repositories related to the keyword.
- View the search results displayed on the page.