Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mreckendonk/leaderboard-v1
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. This was an educational project with the Microverse bootcamp.
https://github.com/mreckendonk/leaderboard-v1
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. This was an educational project with the Microverse bootcamp.
- Host: GitHub
- URL: https://github.com/mreckendonk/leaderboard-v1
- Owner: mrEckendonk
- License: mit
- Created: 2022-07-15T15:08:36.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-02-01T20:01:05.000Z (about 1 year ago)
- Last Synced: 2024-02-02T17:57:56.887Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://leaderboard.xoommit.com
- Size: 11.7 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![License](https://img.shields.io/badge/license-MIT-green.svg)
# LeaderBoard-v1 Project
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. This was an educational project with the Microverse bootcamp.# Screen Shots
Wireframe:
![Screen Shot WireFrame](./Leaderboard.png)Styled with Bootstrap:
![Screen Shot With Styling](./Leaderboard_1.png)## Built With ♥
- HTML
- TailWind CSS
- JavaScript
- Webpack
- WebStorm - IDE
- Git & GitHub## Live Demo
[Live Demo Link](https://leaderboard.xoommit.com/)
### Prerequisites
have a working git on your local-machine.
## Install
To get a working local copy up and running follow these simple steps
- open terminal
- clone this project with the command:```
$ git clone https://github.com/mrEckendonk/leaderboard-v1.git
```- Finally, run the next command in the terminal to install dependencies:
```
$ npm i
```
- To run the app in the browser, run the following command:```
$ npm run start
```
### Usage
For anyone that whats to learn html & css & Js
### Run tests
N/A
### Deployment
N/A## Author
👤 **Author**
- GitHub: [@mrEckendonk](https://github.com/mrEckendonk)
- Twitter: [@twitter](https://twitter.com/mike_eckendonk)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mike-van-eckendonk)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/mrEckendonk/leaderboard-v1/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration 💘
- Microverse program ⚡
- My standup team 🏹
- My family's support 🙌## 📝 License
This project is [MIT](./MIT.md) licensed.