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.
- Host: GitHub
- URL: https://github.com/meryemsanem/leaderboard
- Owner: meryemsanem
- License: mit
- Created: 2023-06-27T07:43:38.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-29T17:18:36.000Z (about 3 years ago)
- Last Synced: 2025-06-01T20:55:52.137Z (about 1 year ago)
- Topics: css3, html, javascript, jest, modules, webpack
- Language: JavaScript
- Homepage: https://meryemsanem.github.io/leaderboard/dist/
- Size: 174 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-)
- 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.
Client
- View the names and scores of the users
- Use ES6 and Webpack
- The user can add a score.
- Working with API.
- The link for Leaderboard project [Live Demo Link](https://meryemsanem.github.io/leaderboard/dist/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### 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.
๐ค **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)
- Add animations
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, you can contribute to it. You are also welcome to give it a star on GitHub.
I would like to thank Microverse for teaching and enforcing professional level practices.
This project is [MIT](./LICENSE) licensed.