https://github.com/libercosoft/leaderboard
The leader-board website displays scores submitted by different players. It also allows you to submit your score, using webpack and ES6 features, notably modules.
https://github.com/libercosoft/leaderboard
Last synced: 2 months ago
JSON representation
The leader-board website displays scores submitted by different players. It also allows you to submit your score, using webpack and ES6 features, notably modules.
- Host: GitHub
- URL: https://github.com/libercosoft/leaderboard
- Owner: LIBERCOSOFT
- License: mit
- Created: 2022-10-11T12:29:00.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2022-10-15T07:03:03.000Z (over 3 years ago)
- Last Synced: 2025-12-28T18:49:53.140Z (6 months ago)
- Language: JavaScript
- Size: 445 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LEADERBOARD
> A leader-board website that displays scores submitted by different players, which also allows you to submit your score.
> If you like it please give it a Star⭐️, also you can follow:wink:
> 
## Built With
- HTML
- CSS
- JAVASCRIPT
- WEBPACK
## Live Demo (if available)
-
## Getting Started
To get a local copy up and running follow these simple example steps.
- If it suits you, on your local computer, create a directory in your preferred location (e.g in the Desktop or Document directory)
- Open your Terminal/Powershell or any command line interface you use, then navigate to your created above directory or the directory you'll like to clone this project directory
- Type `https://github.com/LIBERCOSOFT/leaderboard.git` if your're using https with git or `git@github.com:LIBERCOSOFT/leaderboard.git` if your preferred is ssh and hit enter
- Navigate to the `leaderboard` directory on your local computer in your above chosen directory and open the `index.html` file in the `dist` directory.
### Prerequisites
- Have a Desktop or Laptop computer running on with Windows, Mac OS or Linux operating system.
- Have a browser install on the computer
### Setup
- After cloning the repo on your local machine, run `npm install` in your terminal on the project's root directory to install the dependencies.
- For development, run `npm start` which will open the webpack server.
- For viewing, run `npm run build`, which will build a production ready code in the `dist` directory.
### Usage
- You can view the `dist/index.html` file in your preferred or default browser.
## Author
👤 **Kolapo Precious Akinrinlola**
- GitHub: [@LIBERCOSOFT](https://github.com/LIBERCOSOFT)
- Twitter: [@Gerfieldt](https://twitter.com/Gerfieldt)
- LinkedIn: [Kolapo Akinrinlola](https://linkedin.com/in/kolapo-akinrinlola-072097110)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
## 📝 License
This project is [MIT](./LICENSE) licensed.