hinchley2018 / learning-ecommerce

Small e-commerce project to learn full-stack development
MIT License
7 stars 9 forks source link

Add routing #20

Closed sarmadH97 closed 6 months ago

sarmadH97 commented 7 months ago

Add routing to the frontend application

Prerak1310 commented 6 months ago

is it okay if I had a pages folder within the src and add multiple pages like home page checkout page etc to that folder. Then I can route those?

sarmadH97 commented 6 months ago

@Prerak1310 You can add two pages for now, the Products page and the Cart page, rename the "view" folder to pages and continue to configure the routing, update the App.js file accordingly.