A website that collects public information on Github users using the Github API.
- User search by Github username
- Display of user profile information, including avatar, name, bio, location, and website
- Display of user repositories, including the repository name, description, and number of stars
- User data received from the Github API call is displayed
- Next.js
- React
- TypeScript
- Node.js
Check out the live demo here.
To run the project locally, follow these steps:
- Clone the repository
- Navigate to the project directory
- Ensure you have Node.js installed. If not, download and install it.
- Run
npm installto install dependencies - Run
npm run devto start the development server - Open
http://localhost:3000in your web browser to view the app
Feel free to submit a pull request or open an issue for any bugs or enhancements.
This project is licensed under the MIT license.