Ecosyste.ms: Awesome
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: 5 days 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 (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-06-29T17:18:36.000Z (over 1 year ago)
- Last Synced: 2024-12-06T08:37:23.891Z (about 1 month 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 [email protected]: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.