Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sntakirutimana72/leaderboard

A Leaderboard app that pulls from a LeaderboardGameAPI and allows users to view recent scores and add more scores to the score board. Built with HTML5, CSS, JavaScript, and Webpack.
https://github.com/sntakirutimana72/leaderboard

css3 html5 javascript webpack

Last synced: 12 days ago
JSON representation

A Leaderboard app that pulls from a LeaderboardGameAPI and allows users to view recent scores and add more scores to the score board. Built with HTML5, CSS, JavaScript, and Webpack.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# Leaderboard

A _**Leaderboard**_ app that pulls from a LeaderboardGameAPI and allows users to view recent scores and add more scores to the score board. Built with HTML, CSS, JavaScript, and Webpack.


App Screeshot

## Built With

- html
- css
- JavaScript
- API
- Webpack

## Live Demo

For user first hand experience, please visit this link

## Getting Started

To get a copy of this project running on your local computer, do the followings:

### Prerequisites

- Must have a working computer
- A Web-Browser installed (Chrome - Recommended)

### Setup

- Install _VSCode_ ([link](https://code.visualstudio.com/download))
- Clone this project repository on your local computer. ([link](../../))
- Open the project directory with _VSCode_

### Install

Open _Terminal/Shell_ inside your _VSCode_ and run
```
npm install --force
```

### Run tests

- For _webhint_ tests, run
```
npm run lint:hint
```
- For _stylelint_ tests, run
```
npm run lint:style
```
- For _eslint_ tests, run
```
npm run lint:es
```
- For running a _**webpack local server**_, run
```
npm start
```

## Authors

👤 **Steve**

- GitHub: [@sntakirutimana72](../../../)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Fellow Micronauts