The main objective of this project is build a ecommerce to practice my hard skills.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
This is the main page of the ecommerce, here you can scroll with the mouse and see the products that are being selling.
This is the favorites page, here you can see your favorited products of the shop.
Best deals section, literally the best products deals of the shop.
The product, you can favorite it, add to your cart or go to the product page by clicking in the card.
You can access the cart by the cart icon in the top right corner in the screen. Here stays the added products.
You can control the amount of the product to buy or remove the product.
The project is finished, but I will come with updates in the code and more features in the future.