This is an ecommerce project created using Next.JS, TypeScript and Tailwind CSS (Daisy UI). It allows users to browse different products, add the products to a shopping cart and saves them to localStorage. Users can change the quantity of the products in cart or remove them entirely.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
git clone https://github.com/TheHamzaDev/money-track.git
cd your_path/Eco-Ecommerce
npm install
npm run dev
or
npm start
The app should now be running on your localhost server.