An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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
![laptop](https://user-images.githubusercontent.com/86069740/188518419-b6b8d269-6f30-4d1a-9dd3-ff916a1f14c7.png)

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