Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amentetteh/leader-board-project
- Owner: amentetteh
- Created: 2022-11-22T23:50:44.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-16T09:23:42.000Z (almost 2 years ago)
- Last Synced: 2023-04-04T22:43:30.758Z (over 1 year ago)
- Topics: api, asynchronous, css3, html5, javascript, promises, webpack
- Language: JavaScript
- Homepage: https://amentetteh.github.io/leader-board-project/dist/
- Size: 943 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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** is a basic website displays scores of the game of different people
Client
Server
> Describe between 1-3 key features of the application.
- **Hit Leaderboard API**
- **Use async/await**
> Add a link to your deployed project.
- [Live Demo Link](https://amentetteh.github.io/leader-board-project/dist/)
> 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:
- GitHub: [@amentetteh](https://github.com/amentetteh)
- Twitter: [@amentetteh](https://twitter.com/amentetteh)
- LinkedIn: [LinkedIn](https://linkedin.com/in/amentetteh)
> Describe 1 - 3 features you will add to the project.
- [ ] **implement the API**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Write a message to encourage readers to support your project
If you like this project...
> Give credit to everyone who inspired your codebase.
I would like to thank...
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._