ademibowale / Leader-Board

About The leaderboard website 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 Javascript, HTML, CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Leader-Board Project

LEADER-BOARD The leaderboard website displays scores submitted by different players. It also allows users to submit thir own score. All data is preserved in Leaderboard API service.

πŸ›  Built With

Tech Stack

Client

Screenshot image

πŸš€ Live Demo

Access the the online version of my application with this link

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these 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:

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

Prerequisites

In order to run this project you need:

πŸ›  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

Usage

To run the project, execute the following command:

  npm run dev

Deployment

You can deploy this project using:

  git push development

(back to top)

πŸ‘₯ Author

Author

πŸ‘€ Adebowale Adegboye Monsur

πŸ”­ Future Features

  • I will add a feature for a new project.
  • I will add some animations.

(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 consider giving it a star ⭐️.

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for giving me the opportunity to work on this project.

  • Coding Partners

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

About The leaderboard website 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 Javascript, HTML, CSS

License:MIT License


Languages

Language:JavaScript 41.1%Language:CSS 33.8%Language:HTML 25.1%