Overview
To Do List is an open-source web application developed with Nuxt (Vue.js), TypeScript, Tailwind CSS, daisyUI, and Pinia. It offers features such as being lightweight and fast, supporting multiple themes, exporting and importing raw data, providing a progressive web app (PWA) experience, and integration with Pomodoro.ir. It aims to offer a user-friendly interface for managing tasks efficiently.
Features
- Lightweight and fast
- Multi theme support
- Export & import raw data
- PWA functionality
- Integration with Pomodoro.ir
- Log system (feature in progress)
- Multi-language support (feature in progress)
Installation
- Clone the repository from Github:
git clone [repository_url]
- Install dependencies:
npm install
- Start the development server on
http://localhost:3000
:npm run dev
- Build the application for production:
npm run build
- Locally preview the production build:
npm run start
Summary
To Do List is an open-source web application built with modern technologies like Nuxt, TypeScript, and Tailwind CSS. Its key features include being fast and lightweight, supporting multiple themes, and offering export/import functionalities. It also provides a PWA experience and integrates with Pomodoro.ir. While it is still in development with features like a log system and multi-language support pending, it aims to provide a comprehensive task management solution for users.