kite9t / CapstoneProj_ECommerceApp

Capstone Project, Tier 1: MVP, E-Commerce App
0 stars 0 forks source link

Create Front-End Application with React App #1

Open kite9t opened 1 year ago

kite9t commented 1 year ago

Route/Dom/NavBar/Pages Bootstrap for aesthetic Design

kite9t commented 12 months ago

add pages/Routes/NavBar - need 5 routes: Home, Shopping, Search Function, SignIn/Register, Cart Home - Home Page with Image of logo and Search Function, Shopping Product (highlight randomized items on display via id) Shopping - left panel has filters (price, category, rating) Search Function is not a page - needs to be able to filter info from title, price, description, category, rating? Sign In/Register - takes place to login with username/PW or to register button which is another page with react form for registering info Cart - Summary of items added to cart ( title, price, image), est sum total

kite9t commented 12 months ago

Able to deploy pages and routed: Home, Shopping, SignIn/Login, Register, Cart Next step is Navbar for all pages and card layout for product

kite9t commented 12 months ago

completed navbar on all pages and routed card layout for product on another task