From the course: Micro Front-End Architecture with React
Unlock this course with a free trial
Join today to access over 24,400 courses taught by industry experts.
Project scope and team setup - React.js Tutorial
From the course: Micro Front-End Architecture with React
Project scope and team setup
- [Instructor] We will be building an application for a bookstore. Think of it as a dynamic online marketplace where customers can browse books, add items, and also proceed to checkout. This project is a perfect representation of our micro-frontend architecture works in a real life scenario. Multiple teams working independently on different features, yet delivering a unified user experience. The book listing. This is the main interface where customers can browse through a collection of books. Each book cart display details like the title, the author, and the price, and a button to add the book to the cart or to buy a book. Customer can also view more details about the book. Cart management. These features allows users to manage their selected books. They can view all the books they've added, adjust quantities or remove items before proceeding to checkout. The checkout process. The final stage where customers can review their order, provide shipping details, and complete the purchase…
Contents
-
-
-
-
-
-
-
(Locked)
Project scope and team setup3m 59s
-
(Locked)
Repository and environment setup2m 32s
-
(Locked)
Book-listing team development8m 47s
-
(Locked)
Cart team development3m 21s
-
(Locked)
Checkout team development4m 6s
-
(Locked)
Coupling and deploying the complete app10m 42s
-
(Locked)
Finalizing the app routing5m 25s
-
(Locked)
-