The project is deployed on netlify - https://fashion-flare.netlify.app
An e-commerce website (aeropostale clone) that sells fashion products for men and women.
- User Functionality
- Register/Login/Logout user
- Search products
- Sort by price and new arrivals
- Filter by size and color
- Add to cart
- Admin Functionality
- Login/Logout Admin
- Add new product
- Edit a product
- View Orders
git clone https://github.com/VeeranganaMalav/Fashion-Flare.git
- HTML
- CSS
- JS
Fashion-Flare
├── admin/
├── script/
├── server/
├── style/
├── .gitignore
├── README.md
├── billingpage.html
├── cartpage.html
├── checkoutpage.html
├── collection.html
├── description.html
├── index.html
├── jeans.html
├── men.html
├── women.html
├── register.html
├── privacyPolicyPage.html
├── signInPage.html
└── thankyou.html