A modern, responsive Todo application built with React and TypeScript. This app allows users to manage tasks efficiently by creating, toggling, and deleting todos. Data is fetched and synced with a remote API.
- Add, complete, and delete tasks
- Filter tasks: All / Active / Completed
- Persistent data via remote API
- Loading and error handling states
- React
- TypeScript
Follow these steps to run the project locally:
- git clone https://github.com/naz4ik/To-Do-App.git
- cd To-Do-App
npm install or yarn install
npm start or yarn start