/Leaderboard

The leaderboard website displays scores submitted by different players

Primary LanguageJavaScriptMIT LicenseMIT

📗 Table of Contents

📖 [Leaderboard]

[Leaderboard] This project is part of my Microverse exercises, where we start building a Leaderboard application for storing a Leaderboard Scores.

🛠 Built With

Tech Stack

I'm using mainly html, css and JavaScript for building this project.

Client

Key Features

  • Use Gitflow
  • Create an npm project with Webpack.
  • Use ES6 modules, with import and export.

(back to top)

🚀 Live Demo

Comming soon

(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:

  • Install text editor of your choice e.g VS Code, Atom, etc.
  • Version Control System (Git Preferred).

Setup

Clone this repository to your desired folder:

Example commands:

  cd my-folder
  git clone https://github.com/erickma1/Leaderboard.git

Install

Install this project with:

Example command:

  • Open cloned repository in your text editor and start editing as required.

Usage

To run the project, execute the following command:

  • Open index.html page of cloned repository in your local browser.

(back to top)

Run tests

To run tests, run the following command:

  npx stylelint "**/*.{css,scss}"
  npx eslint .
  npm start

Deployment

You can deploy this project using:

  • github pages

(back to top)

👥 Authors

👤 erickma1

(back to top)

🔭 Future Features

  • [Developer_works_section]

(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 feel free to contact

(back to top)

🙏 Acknowledgments

I would like to thank MicroVerse for the support.

(back to top)

📝 License

This project is MIT licensed.

(back to top)