This is a pet project. Online accessories shop.
Table of Contents
-
-drop-down list of categories
-search by product name
-logo
- if the user is already logged in , navigate to Favorites page
-navigate to Register page or Profile page(if the user is already logged in)
-navigate to Basket page
-
Footer
-
Home page
-
Catalog page
-
Authentication pages
-
Product page
-
Basket page
-
Submit Order page
Favorites page
-
Me profile page
-
My orders page
Technical task
Figma layout
Backend documentation
https://teamchallenge-001-site1.ktempurl.com/swagger/index.html
React.js - for frontend implementation
ASP.NET 8 - backend
SQL Server - database
Redux Toolkit - to store the state of the components
Styled Components- application styling
Redux-persist - data storage of the current user
Formik & Yup- forms and validation
React-hot-toast - pop-up messages
React-modal - modal windows
Axios -processing requests to the server
To get started with this project, follow installation instructions below
- Clone the repo
git clone https://github.com/Nikita80230/HollyMolly
- Install NPM packages
npm install
- Start the development server
npm run dev
- Open https://https://holly-molly.vercel.app/ to view in the browser