Skip to content

The Ultimate Leaderboard app stores and retrieves game high scores through an open leaderboard API. It uses webpack and ES6 features, including modules.

Notifications You must be signed in to change notification settings

joshuaivie/Ultimate-Leaderboard

Repository files navigation

Leaderboard

screenshot

The Ultimate Leaderboard app stores and retrieves game high scores through an open leaderboard API. It uses webpack and ES6 features, including modules..

Built With

  • HTML
  • CSS
  • Javascript
  • Webpack

Live Demo

Live Demo Link

Getting Started

Prerequisites

  • Node
  • NPM ( Node Package Manager )
  • Git and Github Account

Setup

  • Run git clone on this project at the desired directory:

    git clone https://github.com/joshuaivie/Ultimate-Leaderboard.git
    
    cd Ultimate-Leaderboard
    
  • Install dependencies

    npm install
    
  • Start Webpack Server

    npm run start
    
  • On your favourite browser go to http://localhost:8080/

Tests

  • Webhint linter -npx hint . on the root directory.
  • Stylelint linter - npx stylelint "**/*.{css,scss}" on the root directory.
  • ESLint linter - npx eslint . on the root directory.

Authors

👤 Joshua Ivie

🤝 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

The Ultimate Leaderboard app stores and retrieves game high scores through an open leaderboard API. It uses webpack and ES6 features, including modules.

Topics

Resources

Stars

Watchers

Forks