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

https://github.com/eccb7/leaderboard


https://github.com/eccb7/leaderboard

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          




Leaderboard App


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)

- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Author](#author)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Leaderboard

**Leaderboard** is a repository where I have set up a JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules. In following project, I will consume the Leaderboard API using JavaScript async and await and add some styling.

## 🛠 Built With

### Tech Stack

Client

Form backend service

### Key Features

- **Demo of Linters**

(back to top)

(back to top)

## 💻 Getting Started

### Prerequisites

In order to run this project you need:

- web browser
- git-syn
- code editor

### Setup

Clone this repository to your desired folder:

git clone https://github.com/Eccb7/Leaderboard.git

### Install

To install all dependencies, run:
```
npm install
```

### Usage

To run the project, execute the following command:

To run the project, follow these instructions:

- Clone this repo to your local machine.

### Run tests

To run tests, run the following command:

- Track HTML linter errors run:
```
npx hint .
```
- Track CSS linter errors run:
```
npx stylelint "**/*.{css,scss}"
```
- Track JavaScript linter errors run:
```
npx eslint .
```

## To start app

- Start server
```
npm start
```

(back to top)

## 👥 Author

👤 **Ojwang Briton**

- GitHub: [@Eccb7](https://github.com/Eccb7)
- Twitter: [@briton_otieno4](https://twitter.com/briton_otieno4)
- LinkedIn: [briton-otieno-ba6591244](https://linkedin.com/in/briton-otieno-ba6591244)

(back to top)

## 🔭 Future Features

- [ ] **Demo of Leaderboard**
- [ ] **Add Model**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project give ⭐️

(back to top)

## 🙏 Acknowledgments

I would like to thank my teammembers

(back to top)

## 📝 License

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

(back to top)