Task Manager is a responsive task management app built with React, Redux, TypeScript, and SCSS. Users can add, edit, and delete tasks, which are categorized into 'Active' and 'Completed'. Tasks auto-transfer to 'Completed' when done, making this app an efficient tool for tracking tasks seamlessly.
- Clone or download the repository
- Open your terminal and navigate to the project directory
- Run
npm installto install the necessary dependencies - Run
npm start. The application will be running at http://localhost:3000.
- Add, edit, or delete the task
- Cross off the completed tasks and view them in the 'Completed Tasks' section