This is a React application for managing to-do items using Redux for state management.
- Add new to-do items.
- Remove to-do items.
-
Clone this repository or download the zip file.
-
Install the required dependencies:
npm install
-
Start the development server:
npm start
-
Open http://localhost:3000 in your browser to access the application.
- React: JavaScript library for building user interfaces.
- Redux: State management library for predictable application state.
- Redux Toolkit: Simplifies Redux development.
- React-Redux: Connects React components to the Redux store.
- No unit or integration tests are included in this basic example. You can add testing frameworks like Jest and React Testing Library for a more robust development workflow.
Feel free to fork this repository and contribute your improvements!