The leaderboard website displays scores submitted by different players.

  • By Victor Chukwuemeka
  • Last update: Dec 23, 2021
  • Comments: 2

Leaderboard

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

Built With

  • HTML
  • CSS
  • JAVASCRIPT (ES6)
  • WEBPACK

Live Demo

Live Demo Link

Getting Started

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

Prerequisites

some knowledge on npm webpack and ES6

Setup

  • Clone repository
  • run npm start

Install

  • Node modules
  • HtmlWebpackPlugin npm install --save-dev html-webpack-plugin
  • Load CSS npm install --save-dev style-loader css-loader
  • Setup local dev server npm install --save-dev webpack-dev-server

Authors

👤 Author

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

Github

https://github.com/chukwuemeka1234/Leaderboard

Comments(2)

  • 1

    Hit-Api

    Hi, there Successfully met all the Project requirements

    • [ ] Create a new game with the name of your choice by using the API.
    • [ ] Implement the "Refresh" button (receiving data from the API and parsing the JSON).
    • [ ] Implement the form "Submit" button (sending data to the API).
    • [ ] Use async and await JavaScript features to consume the API.
  • 2

    Setup project

    Project requirements

    • [ ] Project used npm and webpack
    • [ ] Project is with Plain HTML and minimum CSS
    • [ ] No API calls were made
    • [ ] Project uses ES6 modules, with import and export