Skip to content

A single page web app that displays scores submitted by different players. All data is preserved thanks to the external Leaderboard API service.

Notifications You must be signed in to change notification settings

JauJau088/leaderboard-with-api

Repository files navigation

Leaderboard

The leaderboard is a website that displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.

Built With

  • HTML
  • SCSS
  • JavaScript (ES6)
  • Webpack
  • REST API

Live Demo

🔥🔥 https://jaujau088.github.io/leaderboard-with-api/dist/ 🔥🔥

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Node.js
  • npm

Setup

  • Clone the project
git clone [email protected]:JauJau088/leaderboard-with-api.git
  • cd into the project directory
cd leaderboard-with-api
  • Once you've cloned the repo and are inside the directory, run npm install command to get all necessary installations.

  • Build/ watch project (not necessary, but might be needed in case you make some changes in the src folder).

npm run build
npm run watch
  • Congratulations! you are all set and you can open the project using a live sever extension from your code editor
  • or you can also use Webpack's live server by simply typing
npm start

Author

👤 Jauhari Alafi

🤝 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
  • Inspiration
  • etc.

📝 License

This project is MIT licensed.

About

A single page web app that displays scores submitted by different players. All data is preserved thanks to the external Leaderboard API service.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published