- Bootcamp completion project for 2 weeks duration.
- Frontend: React (Hook: useState, useEffect, useContext, useReducer, useRef, Custom Hook) Router, Bootstrap, styled components, css.
- Backend : C#, LINQ, .NET MVC with Entity framework code first approach
- SQL server with Docker
- Responsive for Mobile and Desktop
Its a ecommerce shop site with full basic functioning CRUD, Validation, localStorage, Password encryption and decryption, React state, global context etc.
- Home page display all product category name. Now 05 category are available in database
- Product page display all product of each category.
- Cart page display all product that one user choose to buy.
- Click on "CHECKOUT" then Multistep form appear, after fill up with informatiom then last page will display review information, if one want to edit, click on back button.
- After submit the order then thank you page will come.