This project is a replication of the MultiTracks.com cart page. There is support for mobile (375px) and desktop (1440px) views.
See the deployed site here! Live Site
- Sass
- Stick total section on mobile
- Typescript Animations
- Sidebar navigation. Click on the 3 dots, top right in mobile view
- Ripple effect buttons
- Add a more thorough css reset
- Add more resuable components
- Add more mixins to abstract css
- Add reusable grid and flex components suchs as rows and columns
- Clone repo
- npm install
- Then simply run the index.html using a tool such as live server in VSCode
- To edit sass run
npm run compile:sass
to see changes live - If editing Typescript files run
tsc --watch