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

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

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 Project

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

## 🛠 Built With

### Tech Stack

Client

## Screenshot image

## 🚀 Live Demo

Access the the online version of my application with this link

- [Live Demo Link](https://helpful-gnome-6cc1de.netlify.app/)

(back to top)

## 💻 Getting Started

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
```

(back to top)

## 👥 Author

## 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/)

## 🔭 Future Features

- [ ] **I will add a feature for a new project.**
- [ ] **I will add some animations.**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ademibowale/Leader-Board/issues).

(back to top)

## ⭐️ Show your support

If you like this project consider giving it a star ⭐️.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for giving me the opportunity to work on this project.

- Coding Partners

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)