This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Guz a0cc7c04e5 refactor(storageListeners): Added to the Storage Management custom event's types/names as optionals parameter.
Added an optional parameter for the `storageManagement.ts` functions: `event`, which can be just a single string or an array of strings. It can be used/understand as a "better connection" of events that can happen to the localStorage and components and functions that depend on these events.

For example: now components like the `ProgressBar.vue` just need to listen to changes on tasks and sub-tasks states changes and not listen to every update on the localStorage.
2022-02-11 19:36:29 -03:00
2022-02-10 10:37:25 -03:00
2022-01-17 18:54:03 -03:00
2022-01-17 18:54:03 -03:00

About

ToToday is a single-page app created to help you with your daily tasks in a more simple but organized way, so you don't get lost or forget what to do in the day and can focus on the tasks themselves.

Development:

The app is created with Vue and the Nuxt.js framework, being a PWA, it works mostly on the frontend side, using the browser's local storage to keep the task list storage. The color palette used is the CuppCat theme, based on the Catppuccin theme, icons provided by Iconoir.

Even already being published and on the 1.0.0, it's still in development and will be more polished and have more features and functionalities. You can see all the planned things for future updates on the projects tab.

Build Setup

# install dependencies
$ npm install

# server with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build:start

For a detailed explanation of Nuxt.js, check the documentation.

Deploy with Vercel



ToToday is a open source project created by Lored and it's licensed under the MIT license.

Support

Description
A single page web app to help yours day-to-day tasks. Built with Vue & Nuxt.js.
Readme MIT 2.1 MiB
Languages
Vue 68.9%
TypeScript 16.9%
SCSS 7.8%
JavaScript 5.5%
CSS 0.9%