In this project, we replaced ContextAPI with a state management system inspired by Zustand.
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/davi1985/state-manage
# Access
$ cd state-manage
# Install dependencies
$ yarn
# Run the project
$ yarn dev
# The server will initialize in the < http://127.0.0.1:5173/>