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

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.

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:
> ![project's screenshot](./Screenshot.png)

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