Serverless To-Do app with Nuxt, LocalForage and Pinia

In this project a proof of concept of a basic task application has been developed with the following technologies: Nuxt3 Pinia LocalForage Bun has also been used for the management of the libraries and the execution of the development environment.

December 02, 2023 · Jesús Fernández Jiménez

Serverless web-based to-do application with Nuxt3

Introduction Technology Stack Creating the Project with Nuxt3 Managing Data Deploying Changes Future Objectives Introduction After much consideration, I wanted to document the development of an application from start to finish. I had some very specific requirements that I found challenging to address. The most crucial among them was the need for the application to function entirely without a server. In other words, all the code had to be delivered by a static content server....

December 02, 2023 · 3 min · Jesús Fernández Jiménez