Skip to content

rotimiazeez/my-leaderboard

Repository files navigation

My 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.

Additional description about the project and its features.

Built With

  • HTML (semantic HTML5 tags)
  • CSS
  • JavaScript
  • Github Actions

Live Demo

Live Link

screenshot (24)

Getting Started

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

Prerequisites

  • Node and NPM
  • Web browser (Google chrome)
  • Code Editor (VSCode)

Development (Running locally)

  • Clone the project
git clone https://github.com/rotimiazeez/my-leaderboard.git
  • Install Dependencies
npm install

To run StyleLint by itself, you may run the lint task:

npx stylelint "**/*.{css,scss}"

Or to automatically fix issues found (where possible):

npx stylelint "**/*.{css,scss}" --fix

You can also check against Webhint:

npx hint --telemetry=off .

Automatically run app on your browser localhost:8080

npm start

👤 Author

🤝 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, resources/assets used
  • etc

📝 License

MIT licensed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published