Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwismann/leaderboard
[leaderboard] is a basic website that displays scores submitted by different players thanks to the data provided by the Leaderboard API service. Users can interact by refreshing the scores and submitting their own scores.
https://github.com/mwismann/leaderboard
Last synced: 13 days ago
JSON representation
[leaderboard] is a basic website that displays scores submitted by different players thanks to the data provided by the Leaderboard API service. Users can interact by refreshing the scores and submitting their own scores.
- Host: GitHub
- URL: https://github.com/mwismann/leaderboard
- Owner: mwismann
- License: mit
- Created: 2023-03-07T20:18:18.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-10T14:29:43.000Z (almost 2 years ago)
- Last Synced: 2024-12-12T18:11:39.922Z (19 days ago)
- Language: JavaScript
- Homepage:
- Size: 263 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**[leaderboard]** is a project where I set up a new repo based on my webpack-boilerplate. After that I proceeded to set up the workflows. Then added markup content for the html template to be used with Html Webpack Plugin. From there on, I applied some basic styling to match a wireframe given to us for this project.
Client
- HTML
- CSS
- JavaScript
Server
- No server at the moment
Database
- No database was used in this project.
- **[Correct set up of webpack.]**
- **[Correct set up of Linters and GitFlow environment.]**
- **[Basic page structure]**
- [Leaderboard](https://mwismann.github.io/leaderboard/dist/)
To get a local copy up and running, follow these steps.
### Prerequisites
- You don't need any previous installation in order to run this project
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/mwismann/leaderboard.git
```
### Install
To install this project dependencies run the following command:
```sh
npm install
```
### Usage
- There's no command required to run the project
### Run tests
- There's no test for this project
### Deployment
- This is not a deployable project
👤 **Mathias Wismann**
- GitHub: [@mwismann](https://github.com/mwismann)
- Twitter: [@mathias_wismann](https://twitter.com/mathias_wismann)
- LinkedIn: [Mathias Wismann](https://www.linkedin.com/in/mathias-wismann/)
- **[Features allowing user to add a score]**
- **[Dynamic rendering of the leaderboard content]**
- **[Implementation of Microverse Leaderboard API]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project it would be a great help if you could star this repo!
I would like to thank to Microverse for providing me the opportunity and inspiration for this work.
This project is [MIT](./LICENSE) licensed.