Create a leaderboard website that displays scores submitted by different players. It also allows you to submit your score.

  • By Andy Menutti
  • Last update: Aug 23, 2022
  • Comments: 1

LEADERBOARD

Set up a tablescore with functionality to submit and refresh all scores passing through an API.

Built With

  • HTML/CSS
  • JavaScript
  • Webpack

Demo https://loom.com/share/11e957d0eafa48cb85c92fa488666015

Getting Started

Get a copy from this repository on GitHub at CODE (green icon) and paste into your code editor .

Take a look on ##src folder index.html & style.css files. You can change them to your needs.

All images are into folder /images.

Author

👤 Andy Menutti

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc.

📝 License

This project is MIT licensed.

Github

https://github.com/andym80/Leaderboard

Comments(1)

  • 1

    Peer-to-peer Code Review: Day 4 Week 4

    The project looks great! Good job! We just have a few suggestions:

    • The data duplicates sometimes after refreshing.
    • I would suggest moving de 'modules' folder into the 'src'.