https://github.com/barata-ribeiro/gitpop
GitPop is a user-friendly web application that leverages the GitHub API to display the most popular repositories of any GitHub user and their profile stats. Using GitPop, users can explore trending projects and gain insights into their coding prowess or that of others.
https://github.com/barata-ribeiro/gitpop
github-api react repository-stats tailwind-css vite web-application
Last synced: 2 months ago
JSON representation
GitPop is a user-friendly web application that leverages the GitHub API to display the most popular repositories of any GitHub user and their profile stats. Using GitPop, users can explore trending projects and gain insights into their coding prowess or that of others.
- Host: GitHub
- URL: https://github.com/barata-ribeiro/gitpop
- Owner: Barata-Ribeiro
- License: mit
- Created: 2023-05-27T15:32:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T19:28:43.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T19:38:51.099Z (4 months ago)
- Topics: github-api, react, repository-stats, tailwind-css, vite, web-application
- Language: JavaScript
- Homepage: https://barata-ribeiro.github.io/GitPop/
- Size: 6.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitPop
## 🌐 Discover GitHub Popularity & User Stats
GitPop is a web application designed for those who want to explore GitHub user's most popular repositories and their profile stats. Leveraging the power of GitHub's API, GitPop allows you to dive into the world of trending projects and discover coding prowess.
## 👨💻 Demo
[Click here](https://Barata-Ribeiro.github.io/GitPop) to see a live demo of the website.

## 🚀 Built With
GitPop has been developed using:
- [React](https://reactjs.org/)
- [Vite](https://vitejs.dev/)
- [Tailwind CSS](https://tailwindcss.com/)## 🛠️ Project Setup
You'll need to have [Node.js](https://nodejs.org/en/download/) and [npm](https://www.npmjs.com/get-npm) installed on your machine.
1. Clone the repository:
```bash
git clone https://github.com/Barata-Ribeiro/GitPop.git
```2. Navigate to the project folder:
```bash
cd GitPop
```3. Install dependencies:
```bash
npm install
```4. Start the local development server:
```bash
npm run dev
```## 🤝 Contributing
If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
## 📜 License
This project is open source and available under the [MIT License](LICENSE).