narainkarthikv / Fit-Track

Open Source Contribution Exercise Logger Application
https://wisdomfox-fit-track.netlify.app/
MIT License
1 stars 5 forks source link

Feature: Redux State Management #10

Open narainkarthikv opened 5 days ago

narainkarthikv commented 5 days ago

Currently, the Redux state management in the Fit-Track application is structured in a way that could benefit from a more modular approach. To improve maintainability, scalability, and code clarity, we should refactor the state management to adhere to a modular structure where each feature (such as UserRoutine, ExercisesList, etc.) has its own slice and actions/reducers are grouped accordingly.

Acceptance Criteria: