Goal
Refactoring a mock e-commerce app built as an extension to "The Modern Java-script Bootcamp" 2019.
Implementation
The changes made update the HTML and CSS to use a mobile first responsive design, they are a first draft toward a possible e-commerce store design. Additional routes were added in the node back-end as well as client-side JavaScript such as filtering images pulled from a database.
The app itself was built alongside a curriculum which included use of promises/asynchronous JavaScript, connecting to + parsing responses from API's, command line tools, JavaScript classes, authentication and form validation.
Technologies
- HTML / CSS / Vanilla JavaScript
- Node.JS + Express