Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 1.55 KB

README.md

File metadata and controls

75 lines (49 loc) · 1.55 KB

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.