https://github.com/felipeg005/leaderboard
Game Leaderboard with great design, Implemented with JavaScript networking between RESTFUL APIs, using technologies as Webpack - Jest - JSON, and classic HTML and CSS.
https://github.com/felipeg005/leaderboard
api-rest css html javascript webpack
Last synced: about 1 month ago
JSON representation
Game Leaderboard with great design, Implemented with JavaScript networking between RESTFUL APIs, using technologies as Webpack - Jest - JSON, and classic HTML and CSS.
- Host: GitHub
- URL: https://github.com/felipeg005/leaderboard
- Owner: Felipeg005
- Created: 2021-08-30T15:46:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T13:38:34.000Z (over 2 years ago)
- Last Synced: 2025-04-26T07:58:53.844Z (about 1 month ago)
- Topics: api-rest, css, html, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 1.82 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leaderboard App
> App to storage the name and score of the gamers.

## Built With
- HTML-CSS-JAVASCRIPT-WEBPACK-JEST
## Live Demo
[Visit Live Demo Link](https://felipeg005.github.io/Leaderboard/)
## Getting Started
You can visit the Live Demo or clone the repository and open the dist/html.index file with your browser to see the project.
To get a local copy up and running follow these simple example steps
### Prerequisites
- Before we begin, make sure you have a fresh version (14x) of Node.js installed
### Set-up & Install
- [First clone the repo](https://github.com/Felipeg005/Leaderboard/) and checkout the latest branch.
- To install the latest release or a specific version, run one of the following commands:
npm install --save-dev webpack
or specific version
npm install --save-dev webpack@
- If you're using webpack v4 or later and want to call webpack from the command line, you'll also need to install the CLI.
npm install --save-dev webpack-cli
- The webpack-dev-server provides you with a rudimentary web server to see the project. Let's set it up:
npm install --save-dev webpack-dev-server
### Usage
- Please run - npm run build - and then run - npm start - on the project folder.
👤 **Author**
**Juan Felipe Gomez Tobon**
- GitHub: [@githubhandle](https://github.com/Felipeg005/)
- Twitter: [@twitterhandle](https://twitter.com/JuanFGT05)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/juan-felipe-gomez-tobon/)## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Thanks to Leaderboard API.
- My game id response result: "Game with ID: fOiEcJqrUPnT8bykVBXu added."## 📝 License
This project is [MIT](./MIT.md) licensed.