Skip to content

The leaderboard website 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.

Notifications You must be signed in to change notification settings

Sonickmumba/Leaderboard

Repository files navigation

Leaderboard

The leaderboard website 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.

Website Mockup 📱 💻 🖥️

desktop mobile-version

Built With

  • HTML and CSS
  • Frameworks: N/A
  • Technologies used: GIT, GITHUB, LINTERS
  • npm
  • Webpack
  • gitflow
  • ES6

Live Demo

Check Live Demo Leaderboard.

Getting Started

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

Prerequisites

  • npm (node package manager) – to be able to install packages locally.
  • A github Account – to be able to use github actions.

Setup

Use 'git clone [email protected]:Sonickmumba/Leaderboard.git' to clone the repository to your local environment and begin working on it.

  • run 'npm init' to install dependancy packages.
  • run 'npm run build' to build the project and to generate dist files.
  • run 'npm start' to run you project in development mode.

Usage

  • Run npm start

Run tests

  • run Webhint linter

    • Run npx hint . on the root of your directory of your project.
  • run Stylelint linter

    • Run npx stylelint "**/*.{css,scss}" on the root of your directory of your project.
  • run ESLint linter

    • Run npx eslint . on the root of your directory of your project.

Deployment

To run the project open the downloaded folder (after extraction) then run the "index.html" file in your browser.

Authors

👤 Author1

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Acknowledgement

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

The leaderboard website 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published