Skip to content

The leaderboard website displays scores submitted by different players. It also allows you to submit your score.

Notifications You must be signed in to change notification settings

manq2010/leaderboard

Repository files navigation

Leaderboard

The leaderboard website displays scores submitted by different players. It also allows you to submit your score.

Built With

  • HTML
  • CSS
  • JavaScript

Live Demo

Live Demo Link for Leaderboard

Getting Started

This is an example of how you may give instructions on setting up your project locally. Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.

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

Prerequisites

  • web browser (e.g. Google Chrome)
  • text editor (e.g. VSCode)
  • CLI/terminal

Setup

git clone [email protected]:manq2010/leaderboard.git

Install

Usage

  • open the index.html file in the browser
  • run the following steps
npm install
npm start

Run tests

For tracking linter errors locally you need to follow these steps:

After cloning the project you need to run this command (This command will download all the dependencies of the project)

npm install

For tracking the linter errors in HTML file run:

npx hint .

For tracking the linter errors in CSS file run:

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

And For tracking the linter errors in JavaScript file run:

npx eslint .

Deployment

  • This project is deployed with Github pages.

Authors

👤 Mancoba Sihlongonyane

🤝 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

  • Thanks for my coding partners to assisting with concepts of API

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

About

The leaderboard website displays scores submitted by different players. It also allows you to submit your score.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published