/state-manage

Primary LanguageTypeScript

Stage Manager


🎯 About

In this project, we replaced ContextAPI with a state management system inspired by Zustand.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# 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/>

Back to top