This project is a simple and user-friendly Todo App website designed to help users manage their tasks effectively. It allows users to add, edit, and delete tasks, as well as mark them as completed or uncompleted. All task data is saved locally in the browser, ensuring that tasks remain available even after the page is reloaded.
Experience the live website: Todo App
- React (v18.3.1) – UI framework
- TypeScript (v5.2.2) – Type safety
- SCSS (v1.77.8) – Styling
- React Transition Group (v4.4.5) – Animation
- Vite (v5.3.1) – Build tool
- ESLint (v8.57.0) – Code quality
- Prettier (v3.3.2) – Code formatting
- Stylelint (v16.7.0) – CSS/SCSS linting
Include these instructions on how to set up the project locally:
git clone https://github.com/maksym2493/todo-app.git
cd project-namenpm install
# or
yarn installnpm start
# or
yarn start