Skip to content

Latest commit

 

History

History
165 lines (104 loc) · 3.88 KB

README.md

File metadata and controls

165 lines (104 loc) · 3.88 KB

Leaderboard

📗 Table of Contents

📖 [Leaderboard]

[Leaderboard] is a webpage that 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

HTML5
CSS3
JavaScript
Webpack

Key Features

  • User can add a score to a list of scores
  • Scores are rendered dynamically

(back to top)

🚀 Live Demo

💻 Getting Started

We will take you through the process. follow these steps.

Prerequisites

In order to get started, you be familiar with basic git commands.

Setup

Clone this repository to your desired folder.

Example commands:

  cd my-folder

  git clone git@github.com:myaccount/my-project.git

(back to top)

Install

Install this project with:

  • Clone this Repo to your local machine and run in your preferred text editor(ex. Atom, VScode).

Usage

To open it in your preferred browser, run the command

  npm run dev

(back to top)

👥 Authors

👤 Prosper Kessie

(back to top)

🔭 Future Features

  • [Consume the Leaderboard API using async and await]
  • [Refresh scores for a game created from the API]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like this project, follow me to see all my future projects or you can give a ⭐

🙏 Acknowledgments

Kudos to Microverse for the opportunity to learn software development.

📝 License

This project is MIT licensed.

(back to top)