Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 2.58 KB

README.md

File metadata and controls

68 lines (46 loc) · 2.58 KB

Microverse HTML CSS JavaScript

Leaderboard

The leaderboard web app displays the top scoring player on the fictional game of life. It also allows any player to submit their score. All data is preserved thanks to the external leaderboard API service.

Preview

Desktop Display

screenshot

Mobile Display

screenshot

Getting Started

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

Prerequisites

  • VIsual Studio Code.
  • A Web Browser (preferably Google Chrome)

Setup

  • Clone the GitHub Repository
  • run this commands in your terminal:
    • npm install
    • npm run build
    • npm start

Usage

After running npm start the website will be opened automatically on your default browser.

Built With

  • HTML/CSS & JS best practices: Correct use of tags, elements, properties and syntax.
  • Git flow: Correct use of Branches for deployment and features development.
  • Linters Check: Local and Pull Request check for errors, bugs and stylistic errors in code.
  • Webpack: used as a bundle to compile JavaScript modules.

🌎 Live Demo:

Author

👤 Mujeeb ur Rahman

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Thanks to the Microverse team for the great curriculum.
  • Thanks to the Code Reviewer(s) for the insightful feedback.
  • A great thanks to My coding partner(s), morning session team, and standup team for their contributions.
  • Hat tip to anyone whose code was used.

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.