8000 GitHub - sja-thedude/Leaderboard
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sja-thedude/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 in the Leaderboard API service. Built using webpack, Javascript and APIs.

This project is part of the Microverse curriculum. The main objective is to understand how to consume APIs.

screenshot

Built With

  • Html/Css
  • JavaScript
  • Webpack

Additional Tools

  • Stylelint
  • Eslint

Getting Started

To get a local copy of this project:

Clone this repository or download the Zip folder:

git clone git@github.com:sja-thedude/Leaderboard.git

To download all the dependencies, in the root directory run:

npm install

run webpack server to open app in browser:

npm run start

build application:

npm run build

Test

To track linter errors locally follow these steps:

Track HTML linter errors run:

npx hint .

Track CSS linter errors run:

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

Track JavaScript linter errors run:

npx eslint .

Authors

👤 Syeda Juveria Afreen

🤝 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

  • This project is part of week 4 of module 2 in the Microverse study program.
  • Thanks to the Microverse team for the great curriculum.
  • Thanks to Code Reviewers for the insightful feedback.
  • A great thanks to My coding partners, morning session team, and standup team Partners for their contributions.

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0