https://github.com/ademibowale/leader-board
About 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. Built with Javascript, HTML, CSS
https://github.com/ademibowale/leader-board
css html5 javascript linter webpack
Last synced: 2 months ago
JSON representation
About 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. Built with Javascript, HTML, CSS
- Host: GitHub
- URL: https://github.com/ademibowale/leader-board
- Owner: ademibowale
- License: mit
- Created: 2022-07-20T17:05:21.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2023-04-24T17:29:41.000Z (about 3 years ago)
- Last Synced: 2025-04-29T11:46:03.027Z (about 1 year ago)
- Topics: css, html5, javascript, linter, webpack
- Language: JavaScript
- Homepage:
- Size: 746 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Leader-board ](#-Leader-board--)
- [Frontend](#Frontend)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
**LEADER-BOARD** The leaderboard website displays scores submitted by different players. It also allows users to submit thir own score. All data is preserved in Leaderboard API service.
Client
## Screenshot image
Access the the online version of my application with this link
- [Live Demo Link](https://helpful-gnome-6cc1de.netlify.app/)
To get a local copy up and running, follow these steps.
## Setup
If you installed git you can clone the code to your machine, or download a ZIP of all the files directly.
[Download the ZIP from this location](https://github.com/ademibowale/Leader-Board/archive/refs/heads/development.zip), or run the following [git](https://github.com/ademibowale/Leader-Board.git) command to clone the files to your machine:
- Once the files are on your machine, open the _leaderboard_ folder in [Visual Studio Code](https://code.visualstudio.com/), and follow the steps in Installation & Set Up
### Prerequisites
In order to run this project you need:
# 🛠 Installation & Set Up
1. Install Node Modules
```sh
npm install
```
2. Start the development server
```sh
npm start
```
3. Open [http://localhost:8080](http://localhost:8080) to view it in the browser.
## 🚀 Building and Running for Production
1. Generate a full static production build
```sh
npm run build
```
### Usage
To run the project, execute the following command:
```sh
npm run dev
```
### Deployment
You can deploy this project using:
```sh
git push development
```
## Author
👤 **Adebowale Adegboye Monsur**
- GitHub: [@githubhandle](https://github.com/ademibowale)
- Twitter: [@twitterhandle](https://twitter.com/Ademibowale1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/adebowale-adegboye-143568221/)
- [ ] **I will add a feature for a new project.**
- [ ] **I will add some animations.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ademibowale/Leader-Board/issues).
If you like this project consider giving it a star ⭐️.
I would like to thank Microverse for giving me the opportunity to work on this project.
- Coding Partners
This project is [MIT](./LICENSE) licensed.