BezzB / Leaderboard-setup

A leaderboard project is an API based project that allows one to hit API and manipulate date
MIT License
0 stars 1 forks source link

Leaderboard: setup project #1

Closed BezzB closed 1 year ago

BezzB commented 1 year ago

Project requirements 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: Basic UI

Don't make API calls (you'll do it in a following lesson). Use ES6 modules, with import and export.