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

tylher/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.

Built With

  • HTML, CSS , JavaScript
  • Webpack, Babel

Live Demo (if available)

Live Demo Link

Getting Started

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

Prerequisites

  • Basic Knowledge of HTML and CSS
  • Basic knowledge of JavaScript ES6 syntax
  • Web browser of your choice
  • Integrated development environment (IDE) of your choice (preferrably VScode).

Setup

install git here

Clone the project using the command below in your command line interface (CLI)

git clone [email protected]:tylher/LeaderBoard.git

Install

Make sure you have node and npm installed on your PC use node -v and npm -v on your CLI to check.

install node here if you have not.

To install the packages for this project run:

npm install

Usage

To build a bundled version of project, run

npm run build

To run local server, type:

npm start

Run tests

Run the following commands to catch errors in source codes:

  • For html files, npx hint .
  • For css or scss files, npx stylelint "**/*.{css,scss}"
  • For Javascript files, npx eslint .

To automatically fix some errors, run the following:

  • For css or scss files, npx stylelint --fix "**/*.{css,scss}"
  • For Javascript files, npx eslint --fix .

Deployment

This project was deployed using githib pages. Learn more

Authors

👤 Author1

🤝 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
  • etc

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published