KanzaTahreem / Leaderboard

Website that uses an API to display scores of the game submitted by different players by receiving/sending data from/to the Leaderboard API.

Home Page:https://kanzatahreem.github.io/Leaderboard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leaderboard

The leaderboard website displays scores submitted by different players. Built with HTML, CSS, JavaScript(ES6), notably modules, and Webpack. The application allows users to submit their scores. It uses data from an API to display scores for the game by sending and receiving data from/to the Leaderboard API. All data is preserved to the external Leaderboard API service.

Built With

  • HTML & CSS
  • JavaScript(ES6)
  • Webpack
  • Linters

Live Demo

Live at Leaderboard

Getting Started

Prerequisites

  • node.js (10.13.0 (LTS))
  • git

Setup

To get a local copy, follow the steps below:

  1. Open your terminal

  2. Navigate to the directory where you want to clone the project.

  3. Clone the project using git clone or directly by running the following command

    git clone git@github.com:KanzaTahreem/Leaderboard.git

  4. Open your editor and follow the steps mentioned below

Install

  • npm install

Usage

  • npm run build
  • npm start

Authors

👤 Author

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

Website that uses an API to display scores of the game submitted by different players by receiving/sending data from/to the Leaderboard API.

https://kanzatahreem.github.io/Leaderboard/

License:MIT License


Languages

Language:JavaScript 44.2%Language:CSS 38.2%Language:HTML 17.5%