Leaderboard is a educational project, where I used webpack and ES6 features, notably modules. I developed a first working version of the app following a wireframe, but without styling - just focus on functionality. In following activities, I consumed the Leaderboard API using JavaScript async and await and add some styling.
- JavaScript
- CSS
- HTML
- Use callbacks and promises.
- Learn how to use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.
- Use webpack to bundle JavaScript.
- Send and receive data from an API.
- Make JavaScript code asynchronous.
In order to run this project you need:
npm install --save-dev webpack or specific version npm install --save-dev webpack@
Clone this repository to your desired folder:
git clone https://github.com/developertariq/Leaderboard.git
Install this project with:
To use this project, you no need to install.
To run the project, execute the following command:
npm start
There is no test script for this project.
You can deploy this project using:
This project is not deployed yet.
Mention all of the collaborators of this project.
👤 Md Tariq-ul Islam
- GitHub: @developertariq
- LinkedIn: www.linkedin.com/in/developer-tariq
- Twitter: @developer_tariq
Describe 1 - 3 features you will add to the project.
- Use callbacks and promises
- Use ES6 modules to write modular JavaScript
- Send and receive data from an API
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project...
Give credit to everyone who inspired your codebase.
I would like to thank...
Add at least 2 questions new developers would ask when they decide to use your project.
-
[Question_1]
- [Answer_1]
-
[Question_2]
- [Answer_2]
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.