Skip to content

I created a Leaderboard list app using the Leaderboard API. Send and receive data, utilize JSON, and implement asynchronous JavaScript.

Notifications You must be signed in to change notification settings

mershark/Leaderboard

Repository files navigation

leaderboard img


📗 Table of Contents

📖 Leaderboard Website

In this project I set up a JavaScript for a Leaderboard list app, using webpack and ES6 features, notably modules. Data was added and fetched using a leaderboard API service

Built With

  • HTML
  • CSS
  • JAVASCRIPT

Tech Stack

Markup Language
Style
Layout
Interaction and Dynamic HTML
Module Bundler

Key Features

  • Add data to the Leaderboard.
  • Refresh scorelist

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need the following tools:

  • Node.js on your computer
  • Code editor e.g.: VScode

Setup

Clone this repository to your desired folder by running the following commands in your terminal:

  cd your-prefered-folder-name
  
  git clone https://github.com/mershark/Leaderboard-website.git

Install

  • Install this project with:
  cd Leaderboard-website

  npm install or npm i
  • Run an optimized build for prodction:
  npm run build

Usage

To run the project, execute the following command:

  npm start

Run tests

To run tests, run the following command:

  npm run test

Deployment

You can deploy this project by transferring the files in your local repository onto your server

(back to top)

🚀 Live Demo

(back to top)

👥 Authors

👤 Mershark Takyi

(back to top)

🔭 Future Features

  • Remove score(s) from leaderboard
  • Modify score(s) on leaderboard

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

  • Thanks to the Microverse team for the great curriculum.
  • Thanks to the Code Reviewer(s) for the insightful feedback.
  • Thanks to my coding partners, the morning session team and standup team for their coperation.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

I created a Leaderboard list app using the Leaderboard API. Send and receive data, utilize JSON, and implement asynchronous JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published