🔗 Live demo: To-Do
This is a Vue.js application that allows users to log in, register, and manage their tasks (todo lists).
- User login and registration without a database
- Adding, editing, and deleting tasks in the "To Do" section
- Moving tasks between the "To Do" and "Done" sections using drag and drop functionality
- Editing task names in the "To Do" section
- Deleting individual tasks from the "To Do" section
- Returning tasks from the "Done" section to the "To Do" section
- Deleting individual tasks or all tasks from the "Done" section
- Clone the repository to your local machine using the following command:
git clone https://github.com/farisgogic/To-Do.git
- Open the terminal and navigate to the application directory:
cd To-Do
- Install all necessary dependencies using npm:
npm install
Run the Vue.js application using the following command:
npm run dev
- Vue.js
- Vue Router
- Vuex
- HTML/CSS
- JavaScript