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

https://github.com/adamilare/leaderboard

LEADERBOARD is part of introductory projects in Microverse software development program. The project implementation introduces developers to async/callback/promise calls.
https://github.com/adamilare/leaderboard

css html javascript webpack

Last synced: 3 months ago
JSON representation

LEADERBOARD is part of introductory projects in Microverse software development program. The project implementation introduces developers to async/callback/promise calls.

Awesome Lists containing this project

README

          

LEADERBOARD

# 📗 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)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 LEADERBOARD

**LEADERBOARD** is part of introductory projects in Microverse software development program.
The project implementation introduces developers to async/callback/promise calls.

## 🛠 Built With

### Tech Stack

- HTML
- CSS
- Javascript

Client

Server

Database

### Key Features

- **Built with Webpack development environment**
- **Basic Leaderboard operations ;**

- Add new score,
- List added items,
- Refresh leaderboard

- **Starting project development from a template repo**

(back to top)

## 🚀 Live Demo

- [Live Demo](https://adamilare.github.io/leaderboard/dist)

(back to top)

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need Webpack deveopment environment installed for this on you local machine

### Setup

Clone this repository to your desired folder on your local machine

### Install

The projects incorporate some linters check, to get them running on your local system follow these below;

1. `.github/workflows/linters.yml` is already included in project, this is used by Github to run tests on the repo.
2. To install Webpack packages and dependencies

- `npm init -y` initalize the project.
- `npm i` installs all dependencies listed in the projects's package.json

- `npm install webpack webpack-cli --save-dev` installs webpack
- `npm install --save-dev html-webpack-plugin` installs webpack plugin
- `npm install --save-dev style-loader css-loader` installs assets loaders
- `npm install --save-dev webpack-dev-server` installs webpack server

3. To install Stylelint linters run:

- `npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x`
- `npx stylelint "\*_/_.{css,scss}" --fix" to run the test.

4. To Install ESLint run:

- `npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x`
- `npx eslint . --fix` to run the test

5. To install Webhint linters run:

- `npm install --save-dev hint@7.x`
- `npx hint .` to run the test.

### Usage

To run the project, clone the repository to your local machine, install dependencies and launch through webpack Server on VScode

### Run tests

Follow the procedures under [Install](#install) to run some of the included linter tests.

### Deployment

You can deploy this project using:

- [Github Page](https://pages.github.com)

(back to top)

## 👥 Authors

👤 **Damilare Adepoju**

- GitHub: [@githubhandle](https://github.com/adamilare)
- Twitter: [@twitterhandle](https://twitter.com/mailtodare)
- LinkedIn: [LinkedIn](https://linkedin.com/in/adamilare)
- GitUp Page: [My Page](https://adamilare.github.io/)

(back to top)

## 🔭 Future Features

- N/A

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcomed!

Feel free to check the [issues page](https://github.com/adamilare/leaderboard/issues).

(back to top)

## ⭐️ Show your support

If you like this project please give it a thumb up.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse Inc. for providing template and other guidelines for this project.

(back to top)

## ❓ FAQ (OPTIONAL)

N/A

(back to top)

## 📝 License

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

(back to top)