Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kakarrot92/leaderboard
The Leader's board 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/kakarrot92/leaderboard
api-rest css html javascript webpack
Last synced: 3 days ago
JSON representation
The Leader's board 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/kakarrot92/leaderboard
- Owner: kakarrot92
- Created: 2021-12-23T14:53:52.000Z (about 3 years ago)
- Default Branch: development
- Last Pushed: 2022-01-04T07:16:19.000Z (about 3 years ago)
- Last Synced: 2023-03-10T12:02:34.956Z (almost 2 years ago)
- Topics: api-rest, css, html, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 947 KB
- Stars: 1
- 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)
# To Do List
> The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to an [external API](https://www.notion.so/Leaderboard-API-service-24c0c3c116974ac49488d4eb0267ade3).
>Projects Screenshots
###
![screenshot](./leaderboard.png)## Built With
- Webpack
- JavaScript (ES6)
- CSS3
- HTML5## Live Demo
[Live Demo Link](https://kakarrot92.github.io/Leaderboard/dist)
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
some knowledge on `npm` webpack and ES6
### Setup
- Clone repository using this command in terminal ` git clone https://github.com/kakarrot92/Leaderboard.git`
- Change directory to the cloned repository `cd Leaderboard`
- Install dependencies using `npm install`
- run `npm start`### Install
- Node modules
- HtmlWebpackPlugin `npm install --save-dev html-webpack-plugin`
- Load CSS `npm install --save-dev style-loader css-loader`
- Setup local dev server `npm install --save-dev webpack-dev-server`### Prerequisites
- Code editor (VS Code, Sublime, Atom)
## Authors
👤 **Bogdan Stojanovic**
- GitHub:[@kakarrot92](https://github.com/kakarrot92)
- Twitter:[@kakarrot1992](https://twitter.com/kakarrot1992)
- LinkedIn:[Bogdan Stojanovic](https://www.linkedin.com/in/bogdan-stojanovic-97829b136/)## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.