Skip to content

A simple web-based TodoList application built with Vue.js, featuring task prioritization, automatic timestamps, and efficient task management.

License

Notifications You must be signed in to change notification settings

yuch3nchen/vue2-cli-todolist

Repository files navigation

Vue Todolist

image image

A simple web-based TodoList application built with Vue.js, featuring task prioritization, automatic timestamps, and efficient task management.

Features

  • Add and delete tasks
  • Mark tasks as complete
  • Prioritize tasks with status options: "Normal", "Important", and "Urgent"
  • Automatic timestamp for task creation and updates
  • Local storage to persist tasks
  • Clean and intuitive user interface
  • Responsive design for desktop and mobile devices

Preview

Here's a sneak peek of our Personal Finance Tracker in action:

Desktop View

Mobile View

Live Demo

Try Todolist

Technology Stack

  • Vue.js 2.6.14
  • Vue Options API
  • Vue CLI 5.0.0
  • BootStrap 5.3.2
  • SCSS

Getting Started

To run this project locally:

  1. Clone the repository
git clone https://github.com/yuch3nchen/vue2-cli-todolist.git
  1. Navigate to the project directory
cd vue2-cli-todolist
  1. Install dependencies
npm install
  1. Start the development server
npm run serve
  1. Open your browser and visit http://localhost:8080

Building for Production

To build the app for production, run:

npm run build

The built files will be in the dist directory.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is open source and available under the MIT License.

Contact

If you have any questions or suggestions, please feel free to contact me:

Customize configuration

See Configuration Reference.

About

A simple web-based TodoList application built with Vue.js, featuring task prioritization, automatic timestamps, and efficient task management.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published