https://github.com/algerina/leaderboard
This is a Leaderboard list app, setup using webpack and ES6 modules.
https://github.com/algerina/leaderboard
css html5 javascript webpack
Last synced: 11 months ago
JSON representation
This is a Leaderboard list app, setup using webpack and ES6 modules.
- Host: GitHub
- URL: https://github.com/algerina/leaderboard
- Owner: algerina
- Created: 2021-11-16T17:19:28.000Z (over 4 years ago)
- Default Branch: Develop
- Last Pushed: 2022-08-27T10:17:24.000Z (almost 4 years ago)
- Last Synced: 2024-12-06T04:41:59.626Z (over 1 year ago)
- Topics: css, html5, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 3.13 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Leaderboard
> This is a Leaderboard project setup using webpack and ES6 modules. I haveve built a basic frontend with HTML, CSS and JavaScript to post and get data from the API https://us-central1-js-capstone-backend.cloudfunctions.net/api/ where I first created a game through Postman and after created a basic UI that with asynchronous code sends a POST request through the submit button of the "Add your score" form, and sends a GET request through the "refresh" button in the recent scores table.

## Built With
- JavaScript
- HTML
- CSS
- Webpack
## Live Demo
[Live Demo Link](https://algerina.github.io/Leaderboard/dist/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
Web browser (Google Chrome, Firefox, Safari)
### Setup
Go to the top of the page, press te green button that says "Code", and copy the link. Then you have to go to your console and type
Git clone https://github.com/algerina/Leaderboard.git
That's all, you are ready to go!
### Install
Run the following command to have all npm packages dependencies installed:
npm install
### Usage
To start the webpack-dev-server, run the following command
npm start
### Run tests
Javascript linters
```
npx eslint .
```
HTML linters
```
npx hint .
```
CSS linters
```
npx stylelint "**/*.{css,scss}"
```
## Authors
👤 **Amel Khiri**
- GitHub: [@Algerina](https://github.com/Algerina)
- LinkedIn: [Amel Khiri](https://linkedin.com/in/amel-khiri)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/algerina/Leaderboard/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.