An Ecommerce Shop build with awesome Sveltekit and Tailwind CSS
- SvelteKit as js Framework (mix of SSR and SPA)
- Tailwind as css Framework
- 🚀 Superfast
- Full responsive -> in Mobile, Tablet and Web Browser Size
- Smooth and cool Animations
- Nice intuitive Cart Design
- Form Validation for shipping and billing with yup and svelte-forms-lib
- Usage of Stores and localStorage
- i18n implementation (English and German Language available)
- Minimalistic Black and White UI Design
- better coloring and layout (I am not a good UI Designer)
- payment gateway integration (paypal or stripe etc)
- headless cms integration (I tried shopify but I really disliked that you have to use their checkout page)
git clone https://github.com/devofficer/sveltekit-tailwind-ecommerce.git
cd sveltekit-tailwind-ecommerce
npm install
npm run dev
OR
Just ...
And that's it!