muskan2532150 / LeaderBoard

The leaderboard website displays scores submitted by different players. It allows you to submit your score. The scores are preserved in the external Leaderboard API services.

Home Page:https://muskan2532150.github.io/LeaderBoard/dist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

LeaderBoard Score

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

Tech Stack

Web Development-Roadmap is front-end project

Technologies

Key Features

We can see the event details and can connect with the organizers and speakers.

(back to top)

πŸš€ Live Demo

Link to your deployed project.

Live Demo

(back to top)

πŸ’» Getting Started

In order to start with this project do as follows : To get a local copy up and running, follow these steps.

Prerequisites

  • In order to explore this repository, you must have a good knowledge on HTML5 - semantics, CSS3 and JavaScript with ES6.

Setup

Clone this repository to your desired folder:

https://muskan2532150.github.io/LeaderBoard/dist/

then

cd LeaderBoard

Install

  • Make sure that you have already downloaded the node and npm on your system. If yes, then install the packages by using below command.

    npm i

Usage

  • You can simply use run-server vscode extension to run this website on your local browser.

Run Linters

I have added the linters or tests in order to avoid anykind of typos and ensure the good practices in this project. So while using this repository if you need to check your work no matters have worked on html, css and js you can use below commands

  • In order to run the linter test on index.html or any html file. Use below command

    npx hint .

  • To run linter test on stylesheets. Use below command

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

  • To run linter test on javascript files. Use below command

    npx eslint .

it will automatically correct the errors

(back to top)

πŸ‘₯ Authors

Mention all of the collaborators of this project.

πŸ‘€ MUSKAN GUPTA

(back to top)

πŸ”­ Future Features

In upcoming weeks I will add some features as mentioned below

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project If you like this project then please give a ⭐️ and also share your feedback using github_issues.

(back to top)

Acknowledgments

  • Microverse

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

The leaderboard website displays scores submitted by different players. It allows you to submit your score. The scores are preserved in the external Leaderboard API services.

https://muskan2532150.github.io/LeaderBoard/dist


Languages

Language:JavaScript 49.5%Language:CSS 35.2%Language:HTML 15.3%