The GitHub Profile project is a web application developed with Next.js that allows you to retrieve user data from GitHub in a simplified way. With this application, you can get basic information about a GitHub user such as name, profile photo, number of followers, and public repositories.
- Search data for a GitHub user by username.
- Display information such as user name, profile photo, followers and public repositories.
- Support theme change
- Next.js
- Shadcn UI
- Tailwind CSS
- TypeScript
To install and run the GitHub User Data Fetcher project, follow the steps below:
- Clone the repository:
git clone https://github.com/yLexter/github-profile.git
- Install dependencies:
npm install
- Run the project:
npm run dev
- Access the application:
- Open your browser and access http://localhost:3000.