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 cfdab5b7a4 feat(storageManagement): added sm.remove(), function now find the value's nested path, created utils.ts.
Created the `sm.remove()` function that, as its name implies, removes a value inside of LocalStorage's data;

Functions on StorageManagement now uses the nested path to locate a value on the LocalStorage;

Added description to `sm.get()`;

Created `utils.ts` for common functions/utilities;
2022-01-29 11:37:56 -03:00
2022-01-17 18:54:03 -03:00
2022-01-17 18:54:03 -03:00

Lored / ToToday.app

A single page web app to help yours day-to-day tasks

Built with Nuxt.js

Build Setup

# install dependencies
$ npm install

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

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

# generate static project
$ npm run generate

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

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%