A simple web-based TodoList application built with Vue.js, featuring task prioritization, automatic timestamps, and efficient task management.
- 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
Here's a sneak peek of our Personal Finance Tracker in action:
- Vue.js 2.6.14
- Vue Options API
- Vue CLI 5.0.0
- BootStrap 5.3.2
- SCSS
To run this project locally:
- Clone the repository
git clone https://github.com/yuch3nchen/vue2-cli-todolist.git
- Navigate to the project directory
cd vue2-cli-todolist
- Install dependencies
npm install
- Start the development server
npm run serve
- Open your browser and visit
http://localhost:8080
To build the app for production, run:
npm run build
The built files will be in the dist
directory.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.
If you have any questions or suggestions, please feel free to contact me:
- Email: [email protected]
- GitHub: @yuch3nchen