This is a simple ToDo App built with React and Typescript
Adaptive theme (light/dark), Minimalistic UI, and responsive design
- React, Typescript, BlumaCSS + SCSS — core structure, styling, and interactivity
- React-Transition-Group — for smooth transitions
- Vite — build tool Stylelint — CSS/SCSS linting
- ESLint — JavaScript linting
- Prettier — code formatting
Follow these steps to set up the project locally:
git clone https://github.com/19Eduard99/todo-app-react.git
cd todo-app-reactUsing npm:
npm installor using yarn:
yarn installUsing npm:
npm startor using yarn:
yarn start- Add, edit, and delete tasks
- Mark tasks as completed
- Filter tasks based on status (all, active, completed)
- Clear completed tasks
- Responsive design for different screen sizes