Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sntakirutimana72/leaderboard
A Leaderboard app that pulls from a LeaderboardGameAPI and allows users to view recent scores and add more scores to the score board. Built with HTML5, CSS, JavaScript, and Webpack.
https://github.com/sntakirutimana72/leaderboard
css3 html5 javascript webpack
Last synced: 12 days ago
JSON representation
A Leaderboard app that pulls from a LeaderboardGameAPI and allows users to view recent scores and add more scores to the score board. Built with HTML5, CSS, JavaScript, and Webpack.
- Host: GitHub
- URL: https://github.com/sntakirutimana72/leaderboard
- Owner: sntakirutimana72
- Created: 2022-06-16T08:33:26.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-06-25T10:14:48.000Z (over 2 years ago)
- Last Synced: 2024-10-10T20:49:20.254Z (26 days ago)
- Topics: css3, html5, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 409 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Leaderboard
A _**Leaderboard**_ app that pulls from a LeaderboardGameAPI and allows users to view recent scores and add more scores to the score board. Built with HTML, CSS, JavaScript, and Webpack.
## Built With
- html
- css
- JavaScript
- API
- Webpack## Live Demo
For user first hand experience, please visit this link
## Getting Started
To get a copy of this project running on your local computer, do the followings:
### Prerequisites
- Must have a working computer
- A Web-Browser installed (Chrome - Recommended)### Setup
- Install _VSCode_ ([link](https://code.visualstudio.com/download))
- Clone this project repository on your local computer. ([link](../../))
- Open the project directory with _VSCode_### Install
Open _Terminal/Shell_ inside your _VSCode_ and run
```
npm install --force
```### Run tests
- For _webhint_ tests, run
```
npm run lint:hint
```
- For _stylelint_ tests, run
```
npm run lint:style
```
- For _eslint_ tests, run
```
npm run lint:es
```
- For running a _**webpack local server**_, run
```
npm start
```## Authors
👤 **Steve**
- GitHub: [@sntakirutimana72](../../../)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Fellow Micronauts