This is a simple trial at creating an ecommerce site called potted plants using the UI design from Anastasia Petrenko's Design of an online potted plants store on Behance. The UI uses basic HTML, CSS for the UI design and svelte for basic interactions and animations. Routify is used for client side routing of the site. A basic golang backend has been created to deal with basic authentication on the profile page of the site.
Before you continue, ensure you have met the following requirements on your machine.
$ git clone https://github.com/wesleymutwiri/svelte-ecommerce-design.git
$ cd svelte-ecommerce-design
$ npm install
$ npm run dev