/Leaderboard

Primary LanguageJavaScript

Leaderboard

This project is about building a leaderboard website 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

  • HTML
  • CSS
  • JS
  • Webpack

Getting Started

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

Prerequisites

  • Code Editor (e.g. VS Code, Atom)
  • Web browser

Setup

Step 1: Clone this repo locally using git

  • Create a folder in your local machine
  • Open your console in your folder and run this command: https://github.com/dqarias/Leaderboard.git
  • Alternatively, you can just download the complete zip file and extract the folder in your directory

Step 2: Run in your project directory

  • Run 'npm install' to install all the dependencies from the package.json
  • Run 'npm run start' to to open a page live server using webpack devServer
  • Run 'npm run build' to build the project

Deployment

This project has been deployed using Github page

Live Demo

Live Demo Link

Authors

👤 Dino Quispe

🤝 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

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

📝 License

This project is MIT licensed.