Todo List.ir

screenshot of Todo List.ir
nuxt
daisyui

Minimal Todo List App built With Nuxt

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)
nuxt
Nuxt

nuxt.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

daisyui
daisyUI

daisyUI adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.