An e-commerce website built with React, TypeScript, Vite, and DaisyUI
The Bob Shop is a responsive and modern e-commerce storefront built using React, TypeScript, Vite, and styled with DaisyUI (TailwindCSS-based component library). It supports a seamless shopping experience across both desktop and mobile devices.
🚀 The website is live and deployed on Vercel!
Here are the steps to run the website's code on your computer:
- Clone the repo locally
git clone https://github.com/bdelucia/odin-shopping-cart.git
cd odin-shopping-cart
- Install Node.js packages
npm install
- Run the development server
npm run dev