/asyncLeaderboard

In this project, I build a JavaScript project for a Leaderboard list app, using webpack and ES6 features, notably modules

Primary LanguageJavaScript

Leaderboard

Asynchronous leaderboard project

📗 Table of Contents

📖 [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. In this project, I build a JavaScript project for a Leaderboard list app, using webpack and ES6 features, notably modules

🛠 Built With

Tech Stack

html5css3javascript

Key Features

  • Refined design
  • Access an Api
  • Uses asynchronous JavaScript

(back to top)

🚀 Live Demo

For a live demo to the project, follow the link below

(back to top)

💻 Getting Started

Describe how a new developer could make use of your project.

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

Prerequisites

In order to run this project you need:

Setup

  • Clone this repository or download the Zip folder:
git clone https://github.com/lorenzoworx/asyncLeaderboard.git
  • Navigate to the location of the folder in your machine:

you@your-Pc-name:~$ cd <folder>

Usage

  • After Cloning this repo to your local machine
  • Run npm start from the root directory in terminal

Run tests

To track linter errors locally follow these steps:

Download all the dependencies run:

npm install

Track HTML linter errors run:

npx hint .

Track CSS linter errors run:

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

Track JavaScript linter errors run:

npx eslint .

Deployment

You can deploy this project using:

  • GitHub Pages

(back to top)

👥 Authors

👤 Okolo Oshoke

(back to top)

🔭 Future Features

Describe 1 - 3 features you will add to the project.

  • [new_feature_1]
  • [new_feature_2]
  • [new_feature_3]

(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, don't hesitate to leave a star 🤩

(back to top)

🙏 Acknowledgments

I would like to thank Shubham Bhoyar for always having my back when I venture into the unknown

(back to top)

📝 License

This project is MIT licensed.

(back to top)