VueDoList is a minimalist To-Do app built with Vue.js and Vite. The focus is on providing a simple, user-friendly interface for managing to-do lists, shopping lists, and packing lists.
- Clean Interface: A sleek and intuitive UI for organizing various lists.
- Minimalist Design: A dark theme for a comfortable user experience.
- Easily Extensible: Straightforward code structure for customization and feature expansion.
- Node.js (version 16 or higher)
- npm or another package manager like pnpm or yarn
# Clone the repository
git clone https://github.com/username/VueDoList.git
cd VueDoList
# Install dependencies
npm install
npm run dev
npm run build
npm run lint
- Start the development server using npm run dev.
- Open the app in your browser at http://localhost:5173.
- Add new to-do, shopping, or packing lists by clicking the + button.
Light Mode | Dark Mode |
---|---|
![]() |
![]() |
![]() |
![]() |
Thank you for checking out VueDoList! 🎉