Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andres-condezo/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/andres-condezo/leaderboard
css3 html5 javascript npm webpack
Last synced: 17 days 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/andres-condezo/leaderboard
- Owner: andres-condezo
- Created: 2022-01-25T22:55:48.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2022-01-31T02:47:03.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T05:56:53.729Z (over 1 year ago)
- Topics: css3, html5, javascript, npm, webpack
- Language: JavaScript
- Homepage: https://andres-condezo.github.io/Leaderboard/dist/
- Size: 536 KB
- Stars: 7
- 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
> 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.
## Screenshots:
![screenshot](./src/img/screenshot.png)
## Built With
### - Major languages:
- HTML
- CSS
- JavaScript
### - Technologies used:
- npm
- Webpack## Learning objectives
- Use callbacks and promises.
- Learn how to use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.
- Use webpack to bundle JavaScript.## Live Demo
[Leaderboard Live Demo Link](https://andres-condezo.github.io/Leaderboard/dist/)
## Getting Started
- In order to see the portfolio in your browser you must click on the link "Live Demo"
- To get a local copy up and running follow these simple example steps:
### Prerequisites
- Node
- npm### Setup
- Clone the repository with the command:
$ git clone https://github.com/andres-condezo/Leaderboard.git---
- To install the dependencies run:
$ npm Install---
### Usage
- To create a development server built in run:
$ npm start---
- The page will now automatically open in your browser.
---
## Authors
π€ **AndrΓ©s Condezo Monge**
- GitHub: [@andres-condezo](https://github.com/andres-condezo)
- Twitter: [@andres_condezo](https://twitter.com/andres_condezo)
- LinkedIn: [andres-condezo](https://linkedin.com/in/andres-condezo)## π€ 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
- Icons from fontAwesome.
- Background Image: freepick.## π License
This project is [MIT](./MIT.md) licensed.