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.

License

Notifications You must be signed in to change notification settings

ritikarawat220/LEADERBOARD-

Repository files navigation

Leaderboard

📗 Table of Contents

📖 Leaderboard

Leaderboard is a simple web app that fetches data from api and display them, it can also send requests to the same api to save data, it uses modular architechture aswell as webpack.

Leaderboard

Leaderboard

🛠 Built With

HTML, CSS, NodeJS

Tech Stack

Structure
Style
Module Bundler
Linters

Key Features

  • Modular JS architecture.

    • Use Modules.
  • Module Bundler.

    • Use Webpack.

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need: Open terminal on the same folder of the project and run:

 npm install

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/ritikarawat220/LEADERBOARD-.git

Install

Install this project with:

  cd Leaderboard
  npm install

Usage

Run Dev Server (Port 3000)

  npm run dev

Build for production

npm run build

Run tests

  • Linter Tests

To run tests, run the following command:

To check for html errors run:

  npx hint .

To check for css errors run:

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

To check for js errors run:

  npx eslint .

👥 Authors

👤 Ritika Rawat

🔭 Future Features

  • Hit the API.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project send your feedback to encourage me to do more.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for offering me this opportunity to learn, and practice my skills.

(back to top)

❓ FAQ

-Why use linters?

  • The use of linters helps to diagnose and fix technical issues, also linters can help teams achieve a more readable and consistent style, through the enforcement of its rules.

-Why use modular programming?

  • Modular programming usually makes your code easier to read because it means separating it into functions that each only deal with one aspect of the overall functionality.

-Why use a Bundler?

  • It keeps track of which files depend on which other files and ensures they are loaded in the right order. This helps make your code more modular and easier to maintain.

(back to top)

📝 License

This project is LICENSE licensed. (Check the LICENSE file)

(back to top)

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published