This is a simple web application that allows you to search for GitHub users using the GitHub API. It is built using HTML, CSS, JavaScript, and Tailwind CSS.
You can see a live demo of the GitHub Dev Search App HERE.
- Search for GitHub users by their username.
- View detailed information about a specific user, including their avatar, username, name, bio, location, and a list of their public repositories.
- Responsive design for a great user experience on various devices.
- HTML
- CSS (with Tailwind CSS)
- JavaScript
- GitHub API
To run this app locally, follow these steps:
- Clone this repository to your local machine.
git clone https://github.com/anuraagnagar/github-devsearch-JS.git
- Change the Directory.
cd github-devsearch-JS
- Install the project dependencies using NPM.
npm install
- Start the development server.
npm start