- π About the Project
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- π License
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.
- Use medium-fidelity wireframes to create a UI.
- Use callbacks and promises.
- Use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.
- Use webpack to bundle JavaScript.
- Send and receive data from an API.
- Use API documentation.
- Understand and use JSON.
- Make JavaScript code asynchronous.
Markup
Dynamic
Bundler
- Dynamic Injection of HTML Markup
- API consumption
To get a local copy up and running, follow these steps.
In order to run this project you need:
- WebPack
Clone this repository to your desired folder:
Example commands:
cd my-folder
git clone git@github.com:ITurres/Leaderboard.git
Install this project with:
npm install
To run the project, execute the following command:
npm run start
- LiveServer or the like on the
dist/index.html
To run tests, run the following command:
- Not Applicable
You can deploy this project using:
- Not Applicable
π€ Author1
- GitHub: @ITurres
- Twitter: @Arthur_ITurres
- LinkedIn: Arthur Emanuel G. Iturres
- all fulfilled.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a β if you liked this project!
I thank Microverse for this fantastic opportunity, the code reviewers for their advice and time π
This project is MIT licensed.