Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amentetteh/leader-board-project

Built with HTML5, JAVASCRIPT and CSS3, This small website displays scores of the game of different people. The aims is to hit the leaderbord project API
https://github.com/amentetteh/leader-board-project

api asynchronous css3 html5 javascript promises webpack

Last synced: 24 days ago
JSON representation

Built with HTML5, JAVASCRIPT and CSS3, This small website displays scores of the game of different people. The aims is to hit the leaderbord project API

Awesome Lists containing this project

README

        

logo

Microverse README Template

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 Leaderboard

**Leaderboard** is a basic website displays scores of the game of different people

## 🛠 Built With

### Tech Stack

Client

Server

### Key Features

> Describe between 1-3 key features of the application.

- **Hit Leaderboard API**
- **Use async/await**

(back to top)

## 🚀 Live Demo

> Add a link to your deployed project.

- [Live Demo Link](https://amentetteh.github.io/leader-board-project/dist/)

(back to top)

## 💻 Getting Started

> Describe how a new developer could make use of your project.

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- Git
- GitHub
- Node.js

### Setup

Clone this repository to your desired folder:

1. Open your terminal.
2. Navigate to the directory where you want to clone the project.
3. Run:
```sh
git clone https://amentetteh.github.io/leader-board-project.git
```
4. Open your editor and follow the steps below:

### Install

Install deendencies ackages of the project by running the coand below:

```sh
cd leader-board-project
gem install
```

### Usage

To run the project, execute the following command:

```sh
npm run build
npm start
```

### Deployment

You can deploy this project using:

(back to top)

## 👤 Amen TETTEH

- GitHub: [@amentetteh](https://github.com/amentetteh)
- Twitter: [@amentetteh](https://twitter.com/amentetteh)
- LinkedIn: [LinkedIn](https://linkedin.com/in/amentetteh)

(back to top)

## 🔭 Future Features

> Describe 1 - 3 features you will add to the project.

- [ ] **implement the API**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

> Write a message to encourage readers to support your project

If you like this project...

(back to top)

## 🙏 Acknowledgments

> Give credit to everyone who inspired your codebase.

I would like to thank...

(back to top)

## 📝 License

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

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)