https://github.com/carreraprogrammer/leaderboard
In this activity I set up a JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules.
https://github.com/carreraprogrammer/leaderboard
css html javascript webpack5
Last synced: 6 months ago
JSON representation
In this activity I set up a JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules.
- Host: GitHub
- URL: https://github.com/carreraprogrammer/leaderboard
- Owner: carreraprogrammer
- Created: 2022-10-19T14:41:44.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-28T16:19:14.000Z (over 2 years ago)
- Last Synced: 2024-05-17T15:36:44.807Z (12 months ago)
- Topics: css, html, javascript, webpack5
- Language: JavaScript
- Homepage:
- Size: 8.1 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Leaderboard Website
> 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.
## Built With
- HTML5, CSS3, JS
- ES6
- Webpack## Live Demo (if available)
[Live Demo Link](https://carrera-leaderboard.netlify.app)
## Getting Started
**This is an example of how you may give instructions on setting up your project locally.**
**Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.**To get a local copy up and running follow these simple example steps.
### Prerequisites
### Setup
### Install
### Usage
### Run tests
### Deployment
## Authors
👤 **Daniel Carrera**
- GitHub: [@carreraprogrammer](https://github.com/carreraprogrammer)
- Twitter: [@carreraprogrammer](https://twitter.com/carreraprog)
- LinkedIn: [DanielCarrera] (https://www.linkedin.com/in/daniel-carrera-paz-85a917244/)## 🤝 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) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._