Ez Commerce

A dummy E-Commerce to exercise state and filter management.

ReactNext.js

About the project

A project designed to practice and learn more about Next.js mechanics and React state management

Build with

In this project, was used Next.js for dynamic routes and advanced React hooks for managing information between components

The challenges

Without a doubt, the two biggest challenges were filtering products by price, rating and department, and creating the cart, which keeps the user`s order information.

What I've learned

Using Next.js, I was able to get more familiar with its components and route system. Therefore, the use of advanced hooks such as React`s useContext() was essential for my learning.