https://github.com/natig25/leaderboard
This leader-board website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leader-board API service.
https://github.com/natig25/leaderboard
api css html javascript linter webpack
Last synced: 10 months ago
JSON representation
This leader-board website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leader-board API service.
- Host: GitHub
- URL: https://github.com/natig25/leaderboard
- Owner: NatiG25
- License: mit
- Created: 2022-03-15T22:37:16.000Z (over 4 years ago)
- Default Branch: development
- Last Pushed: 2023-08-16T18:43:25.000Z (almost 3 years ago)
- Last Synced: 2023-08-16T20:41:11.575Z (almost 3 years ago)
- Topics: api, css, html, javascript, linter, webpack
- Language: CSS
- Homepage: https://natig25.github.io/leaderboard/
- Size: 522 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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.
## Website Mockup

## Built With
- HTML
- JS
- CSS
- VScode
- Webpack
## Getting Started
To get a local copy up and running follow these simple example steps.For SSH:`git@github.com:NatiG25/leaderboard.git`For https:`https://github.com/NatiG25/leaderboard.git`
### Install
Run `npm install` after cloning the repo.
### Usage
Run `npm start` for development. Run `npm run build` for production.
### Run tests
- Run `npx eslint .` for JS check
- Run `npx eslint . --fix` to fix JS errors if found
- Run `npx stylelint "**/*.{css,scss}"` for CSS check
- Run `npx stylelint "**/*.{css,scss}" --fix` to fix CSS errors if found.
## Live Demo
[Live Demo Link](https://natig25.github.io/leaderboard/
)
## Authors
- GitHub: [@NatiG25](https://github.com/NatiG25)
- Twitter: [@NatiG255](https://twitter.com/NatiG255)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/natigebregorgis/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENSE) licensed.