Skip to content

maksym-korchynskyi/todo-app

Repository files navigation

Todo App — Task Management Website

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.

Live Demo

Experience the live website: Todo App

Technologies Used

Core

  • React (v18.3.1) – UI framework
  • TypeScript (v5.2.2) – Type safety
  • SCSS (v1.77.8) – Styling

UI/UX

  • React Transition Group (v4.4.5) – Animation

Development & Deployment

  • 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

Getting Started

Include these instructions on how to set up the project locally:

1. Clone the repository:

git clone https://github.com/maksym2493/todo-app.git
cd project-name

2. Install dependencies:

npm install
# or
yarn install

3. Run the project locally:

npm start
# or
yarn start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors