Skip to content

In this project l set up a JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules. I consume the Leaderboard API using JavaScript async and await and add some styling.

Notifications You must be signed in to change notification settings

bushmusi/leaderboard

Repository files navigation

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.

screenshot

Built With

  • HTML5, Javascript
  • CSS3

Getting Started

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

Prerequisites

Setup

  • git clone https://github.com/bushmusi/leaderboard
  • cd leaderboard/
  • Install packages: npm install
  • Start Live Server: npm start

-Follow the HTML-CSS linter confuguration to docs to setup linters Link to Microverse linter docs

Run tests

For tracking linters errors locally, you need to follow these steps:

  • For tracking linter errors in HTML file run:
  1. npm install --save-dev [email protected]
  2. npx hint .
  • For tracking linter errors in CSS file run:
  1. npm install --save-dev [email protected] [email protected] [email protected] [email protected]
  2. npx stylelint "**/*.{css,scss}"
  • For tracking linter errors in Javascript file run:
  1. npm install --save-dev [email protected] [email protected] [email protected] [email protected]
  2. npx eslint .

Deployment

  • Use GitHub pages to deploy website
  • For more information about publishing sources, see About github pages

Author

👤 Bushra

🤝 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

  • Microverse
  • Coding Partners
  • Code Reviewers

📝 License

This project is MIT licensed.

About

In this project l set up a JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules. I consume the Leaderboard API using JavaScript async and await and add some styling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages