Skip to content

Leaderboard is a simple webpage that allows users to add their name plus a score and displays the data input by the user. Leaderboard sends a POST request to the leaderboard API when a user enters a data and the retrieves the data with a GET request to display the data.

Notifications You must be signed in to change notification settings

skabeo/Leaderboard

Repository files navigation

Leaderboard

📗 Table of Contents

📖 Leaderboard

Leaderboard is a basic game dashboard that shows your name and your scores.

🛠 Built With

Tech Stack

Client

Key Features

  • A display board for users names and scores
  • An input field for name and scores.
  • A submit button to add to the display section.
  • A refresh button that resets the scores.

(back to top)

🚀 Live Demo

(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:

  • Web Pack configuration

Setup

Clone this repository to your desired folder:

git clone https://github.com/skabeo/Leaderboard.git
cd Leaderboard

Install

Install this project with:

cd Todo-list
npm install

Usage

To run the project, execute the following command:

npm start

Run tests

To run tests, run the following command:

npm test

Deployment

You can deploy this project using:

Github pages

(back to top)

👥 Author

👤 Spencer Okyere

(back to top)

🔭 Future Features

  • Improve the UI for users
  • Fetch API for the game

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project leave a star on the project.

(back to top)

🙏 Acknowledgments

I would like to thank;

  • Microverse
  • Myself

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

Leaderboard is a simple webpage that allows users to add their name plus a score and displays the data input by the user. Leaderboard sends a POST request to the leaderboard API when a user enters a data and the retrieves the data with a GET request to display the data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published