Skip to content

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

Notifications You must be signed in to change notification settings

atok624/Leaderboard

Repository files navigation

Leaderboard

📗 Table of Contents

📖 Leaderboard

Leaderboard

  • 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

🛠 Built With

  • Major Languages: JavaScript.
  • CSS Libraries: Bootstrap.

Tech Stack

HTML
CSS
JAVASCRIPT
BOOTSTRAP

Key Features

Submit
Refresh

Future Features

API Functionality

(back to top)

🚀 Live Demo

Access the the online version of my application with this link Live Demo

(back to top)

💻 Getting Started

To get a local copy up and running, follow the steps in Setup below.

Prerequisites

Basic knowledge of:
- HTML
- CSS
- JavaScript

Setup

If you have git installed, 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:

  cd my-folder
  git clone git@github.com:atok624/Capstone_Project1.git

Usage

Run in development mode (Port 3000)

  npm run start

Build for production

npm run build

Run tests

To run tests, run the following command:

   npm test

Linter Tests

  • To check for html errors run:

  npx hint .
  • To check for css errors run:

  npx stylelint "**/*.{css,scss}"
  • To check for js errors run:

  npx eslint "**/*.{js,jsx}"

(back to top)

👥 Author

👤Nicholas Kwamena Amissah

(back to top)

(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, please give it a star on the main page

(back to top)

🙏 Acknowledgments

I would like to thank the following :

  • Microverse
  • All the Patners I've had for Module.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published