Example 1

React, MongoDB, Node, Express, Context

Description

This is a MERN Fullstack project with authentication and CRUD functionality.

Key takeaways

Context

Code Example

Combines all reducers and apply thunk (middleware that allows you to return functions).

View code
1const reducer = combineReducers({
2  productList: productListReducer,
3});
4

Screenshots

Homepage with navbar and hero element.
1. Homepage with navbar and hero element.
Homepage. Carousel with 3 top-rated products and general product listing.
2. Homepage. Carousel with 3 top-rated products and general product listing.