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:

  1. Fork the repository
  2. Clone your forked repository to your local machine
  3. Implement the required features
  4. Push your changes to GitHub
  5. Submit the URL to your GitHub repository