/leaderboard

IMPORTANT NOTE This is the first time you will use Gitflow. Keep that in mind! Create an npm project with webpack. (If you need a refresher, check the previous project or webpack exercise). Write plain HTML markup with minimum styling (just to make the layout), because you will implement styles in the following steps. Use this wireframe as a guide:

Primary LanguageJavaScriptMIT LicenseMIT

Microverse

The leaderboard website displays scores submitted by different players.

Screenshot

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

  • HTML
  • CSS
  • JavaScript
  • Bootstrap

Live Demo

Live Demo Link

Getting Started

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

Prerequisites

Setup

git clone 
cd ./leaderboard

Install

npm install

Usage

npm run start
Project is running at http://localhost:8080/
or 
npm run server

in your browser go to http://localhost:3000

Build

npm run build

## Authors

👤 **Tendai Nyandoro**

- GitHub: [@Tendai Nyandoro](https://github.com/tnyandoro)
- Twitter: [@tendainyandoro](https://twitter.com/tendainyandoro)
- LinkedIn: [Tendai Nyandoro](https://www.linkedin.com/in/tendai-nyandoro/)


## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/tnyandoro/leaderboard/issues)/).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- [Microverse](https://www.microverse.org/)
- [Leaderboard API Service]()
- [Bootswatch](https://bootswatch.com/)

## 📝 License

This project is [MIT](./MIT.md) licensed.