A web-based application that creates a dashboard for a user by using data from the GitHub API. Simply enter a GitHub username and the app will generate a dashboard displaying overview of relevant information. Users can also copy the link to their dashboard for easy access.
- Generate a comprehensive dashboard using data from GitHub API π»
- Overview of repositories, followers, stars and more π
- Beautifully designed and easy-to-use π¨
- Instant snapshot of your GitHub presence πΈ
- Save your dashboard link for easy access π
You can generate your dashboard on GitHub Dashboard Generator.
To get a local copy up and running, follow these steps.
In order to run this project you need Node.js installed on your machine.
Clone this repository to your desired folder:
cd my-project
git clone git@github.com:IndieCoderMM/gh-dashboard.git .
Install the dependencies with:
npm install
To run the project, execute the following command:
npm start
You can deploy this project using:
npm run build
This will create a production-ready build of your website in build/
folder, which you can use to deploy on a static site server.
I am always looking for ways to improve my project. If you have any suggestions or ideas, I would love to hear from you.
- Mobile UI
- Visualize contribution
I welcome any and all contributions to my website! If you have an idea for a new feature or have found a bug, please open an issue or submit a pull request.
Feel free to check the issues page.
If you like this project, please consider giving it a β.
This project was inspired by:
This project is MIT licensed.