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

https://github.com/meryemsanem/leaderboard

This is a Leaderboard Project with Webpack and ES6. With this app, you can add your score to the board and get the scores on the leaderboard. Built with HTML , CSS and JavaScript.
https://github.com/meryemsanem/leaderboard

css3 html javascript jest modules webpack

Last synced: 10 months ago
JSON representation

This is a Leaderboard Project with Webpack and ES6. With this app, you can add your score to the board and get the scores on the leaderboard. Built with HTML , CSS and JavaScript.

Awesome Lists containing this project

README

          

# ๐Ÿ“— Table of Contents

- [๐Ÿ“— Table of Contents](#-table-of-contents)
- [Leaderboard ](#about-project)
- [๐Ÿ›  Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [Live Demo](#live-demo-)
- [๐Ÿ’ป Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [๐Ÿ‘ฅ Authors ](#-authors-)
- [๐Ÿ”ญ Future Features ](#-future-features-)
- [๐Ÿค Contributing ](#-contributing-)
- [โญ๏ธ Show your support ](#๏ธ-show-your-support-)
- [๐Ÿ™ Acknowledgments ](#-acknowledgments-)
- [๐Ÿ“ License ](#-license-)

# Leaderboard

- This is a Leaderboard Project with Webpack and ES6. With this app, you can add your score to the board and get the scores on the leaderboard. Built with HTML , CSS and JavaScript.

## ๐Ÿ›  Built With

### Tech Stack

Client

### Key Features

- View the names and scores of the users
- Use ES6 and Webpack
- The user can add a score.
- Working with API.

(back to top)

## ๐Ÿš€ Live Demo

- The link for Leaderboard project [Live Demo Link](https://meryemsanem.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:

- Node.js
- npm

### Setup

Clone this repository to your desired folder:

```sh
cd desktop

git clone git@github.com:meryemsanem/leaderboard.git

```

### Install

Install this project with:

```sh

cd leaderboard

npm install
```

### Usage

To run the project write terminal npm run dev.

### Run tests

To run the linters, run `npx hint .` and `npx stylelint "**/*.{css,scss}"` or `npx eslint .` from the root directory of the project.

(back to top)

## ๐Ÿ‘ฅ Authors

๐Ÿ‘ค **Meryem Sanem Kรผรงรผkbayram**

- GitHub: [@meryemsanem](https://github.com/meryemsanem)
- Twitter: [@msanemkckbayram](https://twitter.com/twitterhandle)
- LinkedIn: [Meryem Sanem Kรผรงรผkbayram](https://linkedin.com/in/linkedinhandle)

(back to top)

## ๐Ÿ‘ฅ Future Features

- Add animations

(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

If you like this project, you can contribute to it. You are also welcome to give it a star on GitHub.

(back to top)

## ๐Ÿ™ Acknowledgments

I would like to thank Microverse for teaching and enforcing professional level practices.

(back to top)

## ๐Ÿ“ License

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

(back to top)