Skip to content

A basic leaderboard app that takes a user's name and game score to rank them. It makes use of an external API service. The purpose of the app teaches how to utilise an external API effectively

Notifications You must be signed in to change notification settings

sireclifford/leaderboard

Repository files navigation

Leaderboard

In this repo I have set up a JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules.

Built With

  • HTML, JavaScript, CSS
  • WebPack

Getting Started

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

Setup

If you installed git you can clone the code to your machine, or download a ZIP of all the files directly.

Download the ZIP from this location, or run the following git command to clone the files to your machine:

bash git clone https://github.com/sireclifford/leaderboard.git

  • Once the files are on your machine, open the todo-list folder in Visual Studio Code, and follow the steps in Installation & Set Up

🛠 Installation & Set Up

  1. Install Node Modules

    npm install
    
  2. Start the development server

    npm start   
    
  3. Open http://localhost:8080 to view it in the browser.

🚀 Building and Running for Production

  1. Generate a full static production build

    npm run build
    

Authors

👤 Author1

🤝 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.

About

A basic leaderboard app that takes a user's name and game score to rank them. It makes use of an external API service. The purpose of the app teaches how to utilise an external API effectively

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published