diff options
| author | shazabdullakc <57784869+shazabdullakc@users.noreply.github.com> | 2024-09-13 14:23:35 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-13 14:23:35 +0530 |
| commit | 04c0a7cacc9ef751cd98c02042cc31ba4700f57e (patch) | |
| tree | 4fc2bec795ae4b91ad0cd8c00887b5d73869f07b | |
| parent | ac095558689f5936f48e3b56a91f5b1df9ca79d7 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,2 +1,12 @@ # Newwave Online Shoe Store - NewWave This is a full-stack web application for an online shoe store, NewWave, designed to provide users with a seamless shopping experience for premium shoes. The project demonstrates a complete end-to-end solution, covering both front-end and back-end development. +# Features +User Authentication: Secure user registration and login system. +Product Listings: Dynamic shoe catalog with filters for size, brand, and price. +Shopping Cart: Add and manage items in the cart before checkout. +Responsive Design: Fully responsive UI for a smooth experience on desktop and mobile devices. +# Tech Stack +Front-End: HTML, CSS, JavaScript (React/Bootstrap for responsiveness) +Back-End: Django (Python) or Node.js (Express) +Database: PostgreSQL or MongoDB +Authentication: Django's built-in authentication or JWT (Node.js) |
