Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cindydorantes/leaderboard
https://github.com/cindydorantes/leaderboard
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cindydorantes/leaderboard
- Owner: CindyDorantes
- License: mit
- Created: 2022-07-28T14:35:59.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-07-29T19:37:36.000Z (over 2 years ago)
- Last Synced: 2023-03-05T05:28:26.586Z (almost 2 years ago)
- Language: CSS
- Size: 2.59 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leaderboard
![](https://img.shields.io/badge/Microverse-blueviolet)
## Description
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.
## Live Demo
[Live Demo Link](https://cindydorantes.github.io/Leaderboard)
## GETTING STARTED
Clone this repo : https://github.com/CindyDorantes/Leaderboard.git
After cloning this project, run the following commands:
```markdown
npm install
npm start
```The `npm install` command installs all dependencies used in the project while `npm start` is used to start the development server and view the application on the browser.
## Built With
- HTML, CSS, JavaScript
- Used [Webpack](https://webpack.js.org/) as bundler
- (Used Lighthouse, Webhint, Stylelint, and ESLint as linters)## Authors
👤 **Cindy Dorantes**
- GitHub: [@CindyDorantes](https://github.com/CindyDorantes)
- Twitter: [@CindyDorantes10](https://twitter.com/CindyDorantes10)
- LinkedIn: [Cindy Melisa Dorantes Sánchez](https://www.linkedin.com/in/cindydorantessanchez/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/CindyDorantes/Leaderboard/issues)
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Thanks to Microverse and my learning partners for their help and support.
- [Álvaro Trigo](https://codepen.io/alvarotrigo) for his awesome [text animation](https://codepen.io/alvarotrigo/pen/PoKMyNO).
- Federico Dossena's [Cool and responsive buttons](https://fdossena.com/?p=html5cool/buttons/i.frag).
- Backgroung image by [rawpixel.com](https://www.rawpixel.com/image/2409935/free-illustration-vector-arcade-border-triangle).## 📝 License
This project is [MIT](./MIT.md) licensed.