https://github.com/nkaleth/leaderboard
This is a JavaScript project for a Leaderboard list app, using webpack and ES6 features, notably modules.
https://github.com/nkaleth/leaderboard
apis es6-javascript gitflow-workflow html-css-javascript webpack
Last synced: about 2 months ago
JSON representation
This is a JavaScript project for a Leaderboard list app, using webpack and ES6 features, notably modules.
- Host: GitHub
- URL: https://github.com/nkaleth/leaderboard
- Owner: Nkaleth
- Created: 2023-02-01T16:33:13.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2023-02-03T19:54:36.000Z (over 2 years ago)
- Last Synced: 2025-02-10T20:59:38.703Z (4 months ago)
- Topics: apis, es6-javascript, gitflow-workflow, html-css-javascript, webpack
- Language: JavaScript
- Homepage: https://nkaleth.github.io/Leaderboard/
- Size: 1.85 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 LEADERBOARD ](#-Leaderboard-)
- [🛠 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)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)> This is a JavaScript project for a Leaderboard list app, using webpack and ES6 features, notably modules.
> This project uses the following stack :
Client
> Here are some key features of the application :
- **Use callbacks and promises.**
- **Learn how to use proper ES6 syntax.**
- **Use ES6 modules to write modular JavaScript.**
- **Use webpack to bundle JavaScript.**
[Leaderboard Project](https://nkaleth.github.io/Leaderboard/)
> Clone the repository by clicking on the 'Code' button and copy the link
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
-visual studio
-github
### Setup
Clone this repository to your desired folder:
```sh
mkdir my-folder
cd my-folder
git clone [email protected]:Nkaleth/Leaderboard.git
```
-
### Install
Install this project with:
```
npm install
```
### Usage I
Change the main branch to the right one, execute the following command:
```sh
git checkout final_touches
```
### Usage II
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
Example command:
To run the webhint linter
```sh
npx hint .
```
To run the stylehint linter
```sh
npx stylehint "**/*.{css,scss}"
```
To run the ESLint linter
```sh
npx eslint .
```
👤 **Nilton Segura**
- GitHub: [@Nkaleth](https://github.com/Nkaleth)
- Twitter: [@NoeSeguraL](https://twitter.com/NoeSeguraL)
- LinkedIn: [LinkedIn](https://linkedin.com/in/nseguralu)
- **Use API to update the leaderboard**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project star it!
I would like to thank Microverse
This project is [licensed](./MIT.md) .