https://github.com/carlosmuerto/leaderboard
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.
https://github.com/carlosmuerto/leaderboard
Last synced: 4 months ago
JSON representation
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.
- Host: GitHub
- URL: https://github.com/carlosmuerto/leaderboard
- Owner: carlosmuerto
- License: other
- Created: 2022-08-23T17:24:55.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-25T20:41:08.000Z (about 3 years ago)
- Last Synced: 2025-03-23T20:45:54.050Z (7 months ago)
- Language: JavaScript
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Leaderboard
> One paragraph statement about the project.

Additional description about the project and its features.
## Built With
- JavaScript, CSS, HTML
- Webpack, jest, SASS,## Live Demo
[Live Demo Link](https://carlosmuerto.github.io/Leaderboard/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Node.js
### Setup
- Clone this repo locally using git and the following git command
```bash
git clone https://github.com/carlosmuerto/Leaderboard
```
- or with GitHub CLI
```bash
gh repo clone carlosmuerto/Leaderboard
```
- Add a file called `api-key.js` at `src/modules/``src/modules/api-key.js`
```js
export default '';
```### Install dependency
```bash
npm install
```
### Usage: Run dev server
```bash
npm start
```
### Compileling
#### Build
```bash
npm run build
```#### Watch
```bash
npm run watch
```### Deployment
```bash
npm run deploy
```## Authors
👤 Carlos Vivas
- GitHub: [@carlosmuerto](https://github.com/carlosmuerto)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/carlos-vivas-818ab831/)## 🤝 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
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](LICENSE.md) licensed.