This is a simple task management application built with React, Redux Toolkit, and TypeScript.
- Clone the repository.
- Install dependencies with
npm install. - Create a
.envfile in the root directory with your API base URL ("https://taskmanagement-api-04bm.onrender.com") - Run the application with
npm start.
- Add, edit, and delete tasks.
- Mark tasks as complete or incomplete.
- View tasks in a list format.