blakbox23 / Leaderboard

This project utilizes the Leaderboard API to store and retrieve player scores. It also uses webpack to bundle JavaScript modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leaderboard

This project utilises the leaderboard API to store and retrieve player scores.

A user can POST data by submitting their name and score on the app. They can then retrieve the stored data by hiting the refresh button which uses the GET method to get data through the API. This project also uses webpack to bundlE JavaScript modules.

screenshot

Built with

  • HTML
  • CSS
  • JavaScript

Prerequisites

  • Node.js
  • NPM

Demo

Live link

Setup

Clone the repository with:

git clone https://github.com/blakbox23/Leaderboard.git

Install

To install dependancies run:

npm install

Usage

To use the application run.

npm run start

👤 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!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Microverse Inc

📝 License

This project is MIT licensed.

About

This project utilizes the Leaderboard API to store and retrieve player scores. It also uses webpack to bundle JavaScript modules.


Languages

Language:JavaScript 37.0%Language:CSS 34.8%Language:HTML 28.3%