Leaderboard is a project featuring ES6 syntax including async code with API calls, modules and webpack
- HTML
- JavaScript
- CSS
- Webpack
This project features a basic implementation of a leaderboard app using ES6 syntax, async code with API calls, modules and webpack.
Clone this repository (you must have Git Installed)
git clone git@github.com:rskinnerc/leaderboard
Then, move to the newly created folder leaderboard
using this command
cd leaderboard
To open the project in Visual Studio Code type the following command inside the leaderboard folder
code .
In order to visualize the project in your browser, please install the dependencies using npm install
and the run the project from the root of the folder with this command npm run start
👤 Ronald Skinner
- GitHub: @rskinnerc
- Twitter: @XSkinner
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- To all my stand up teams, morning session groups and coding/learning partners
This project is MIT licensed.