Skip to content

Js based website that displays scores submitted by different players. It also allows you to submit your score. All data is preserved to an external Leaderboard API service

License

Notifications You must be signed in to change notification settings

jmoseka/Leaderboard

Repository files navigation

Leaderboard

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

DEMO

gif project

Built With

JS

CSS

HTML

Webpack

Getting Started

Prerequisites

Node

Setup

  1. Git clone this repository to your local machine
  • git clone https://github.com/jmoseka/To-Do-List

  • cd To-Do-List

  1. Download as zip and extract the files to your local machine

Installations

npm install #to install all modules that are listed on package.json file and their dependencies.

(if needed)

npm update // to update all packages in the node_modules directory and their dependencies

npm run start // to open the project on browser using webpack liveserver


Usage

Use liverserver to open and run the project in the browser


Run tests

Run tests with jest

npm test

Run tests on the .css files npx stylelint "**/*.{css,scss}"

Run tests on the .js files npx eslint

Run ALL tests on the pull request


Deployment

Files can be deployed with github pages

Author 👤

Jamila Moseka


Contributing 🤝

Contributions, issues, and feature requests are welcome!

Acknowledgments 🥇

All the devs who build softwares that we use to make code

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

Js based website that displays scores submitted by different players. It also allows you to submit your score. All data is preserved to an external Leaderboard API service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published