Overview
sl-githubstats is a web application that ranks the top 200 most active GitHub users in Sri Lanka. The users are sorted based on their total contributions, number of followers, and by province. The backend of the application was developed using Node.js and is deployed on Heroku. This project was created as a practice project for learning Next.js.
Features
- Ranking: Users are ranked based on their total contributions, number of followers, and by province.
- Node.js Backend: The application’s backend is developed using Node.js, providing a robust foundation for handling data and requests.
- Heroku Deployment: The application is hosted on Heroku, making it easily accessible for users.
- Live Demo: A live demo of the application can be accessed at Vercel.
Installation
To install and run the sl-githubstats application, follow these steps:
- Clone the repository:
$ git clone [repository url] - Navigate to the project directory:
$ cd [project directory] - Install dependencies:
$ npm install - Run the application:
$ npm run dev
Summary
sl-githubstats is a web application that ranks the top GitHub users in Sri Lanka based on their contributions, followers, and province. It is built using Next.js and has a backend written in Node.js. The application is deployed on Heroku and provides a live demo for users to explore. Contributors are welcome to open issues, pull requests, and provide feedback to improve the application. The project is licensed under MIT.