Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahira-sadat/leaderboard
A single page web app that displays scores submitted by different players. All data is preserved thanks to the external Leaderboard API service.
https://github.com/shahira-sadat/leaderboard
Last synced: 6 days ago
JSON representation
A single page web app that displays scores submitted by different players. All data is preserved thanks to the external Leaderboard API service.
- Host: GitHub
- URL: https://github.com/shahira-sadat/leaderboard
- Owner: shahira-sadat
- Created: 2022-07-18T05:06:31.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-07-21T18:03:44.000Z (over 2 years ago)
- Last Synced: 2023-03-04T02:32:58.156Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 784 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leaderboard
> A single page web app that displays scores submitted by different players.
All data is preserved thanks to the external Leaderboard API service.## Live Demo
Can check the live demo [here](https://shahira-sadat.github.io/Leaderboard/dist/index.html)
## Built With
- HTML5
- CSS3
- JavaScript (ES6)
- Webpack
- Linters (Lighthouse, Webhint, Stylelint, Eslint)## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
install git, node, any code editor in your local machine### Setup
clone the repo or download from https://github.com/shahira-sadat/### Install dependencies
npm install
### Build the app
npm run build
### Run the app
npm start
### Deployment
To run the project run the "index.html" file in your browser.
## Authors
👤 Shahira Sadat- GitHub: [Shahira Sadat](https://github.com/shahira-sadat)
- Twitter: [Shahira Sadat](https://twitter.com/SadatShahira)
- Linkedin: [Shahira Sadat](https://www.linkedin.com/in/shahira-sadat-49b402199)
- Gmail: [email protected]## 🤝 Contributing
Contributions, issues, and feature requests are welcome!## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Microverse](https://www.microverse.org/)