Skip to content

authentication flow with redux-toolkit, sagas and react-router-dom

License

Notifications You must be signed in to change notification settings

Guribeiro/redux-auth-flow-web

Repository files navigation

🎯 About

authentication flow with redux-toolkit, saga and typescript

✨ Features

✔️ Signup;
✔️ Signin;
✔️ Persistent Data;
✔️ Switch Theme;

🚀 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 git@github.com:Guribeiro/redux-auth-flow-web.git

Access

cd redux-auth-flow-web

Install dependencies

yarn

Run the project

yarn start

The server will initialize


📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with 💜 by Guribeiro

 

Back to top