Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksigei/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/ksigei/leaderboard
api javascript netlify webpack
Last synced: 3 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/ksigei/leaderboard
- Owner: ksigei
- License: apache-2.0
- Created: 2022-04-12T07:49:35.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-11T15:10:23.000Z (almost 3 years ago)
- Last Synced: 2024-12-15T01:20:34.181Z (about 2 months ago)
- Topics: api, javascript, netlify, webpack
- Language: CSS
- Homepage: https://m2-leaderboard.netlify.app/
- Size: 992 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Leaderboard
> A basic Book Store app that help remove and add books in a book store .
## Built With
- Semantic HTML
- HTML Forms- Css
- positioning
- FlexboxJavascrpit
## Live Demo
[Live Demo Link](https://ksigei.github.io/Leaderboard/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Node and NPM
- Web browser (Google chrome)
- Code Editor (VSCode)### Development (Running locally)
- Clone the project
```bash
git clone https://github.com/ksigei/leaderboard.git```
- Install Dependencies
```bash
npm install
```To run StyleLint by itself, you may run the lint task:
```bash
npx stylelint "**/*.{css,scss}"
```Or to automatically fix issues found (where possible):
```bash
npx stylelint "**/*.{css,scss}" --fix
```You can also check against Webhint:
```bash
npx hint --telemetry=off .
```### Setup
### Install
### Usage
### Run tests
### Deployment
## Author
- GitHub: [@githubhandle](https://github.com/ksigei)
- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)## 🤝 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](./MIT.md) licensed.