CLICK HERE for the online version
In this activity I will set up a JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules. I will develop a first working version of the app following a wireframe, but without styling - just focus on functionality. In following activities, I will consume the Leaderboard API using JavaScript async and await and add some styling.
Additional description about the project and its features.
Mobile version
Desktop version
Requirements
git@github.com:pasytchangwa/LeaderBoard.git
Select Install > select the Reload Window and Open button in the info dialog.
In VS Code, select Clone a new copy from the dropdown menu.
When prompted, select the local storage location where you want to keep the cloned repository.
Select the Select repository location button.
For tracking linter errors locally you need to follow these steps:
npm install This command will download all the dependancies of the project
npx hint .
npx stylelint “*/.{css,scss}”
npx eslint .
👤 Sylvestre
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!