Web Unit 3 Sprint 10 - Redux & State Management
Sprint Challenge
This sprint challenge is designed to test your understanding of Redux and state management concepts covered throughout this sprint. You'll build a small but complete application that demonstrates your ability to implement state management effectively.
Requirements
- Create a Redux store with appropriate slices for your application
- Implement actions and reducers to handle state updates
- Connect React components to the Redux store
- Manage application state across multiple components
- Implement asynchronous operations using Redux Thunk or RTK Query
Submission Guidelines
To complete this sprint challenge, follow these steps:
- Fork the repository
- Clone your forked repository to your local machine
- Implement the required features
- Push your changes to GitHub
- Submit the URL to your GitHub repository