QuickNote – Minimalist Notes App banner

QuickNote – Minimalist Notes App

1 devlog
0s

QuickNote is a simple web application for creating, editing, and deleting notes directly in the browser. It features a clean interface and automatically saves notes using local storage, so users never lose their data. The goal of the project is to…

QuickNote is a simple web application for creating, editing, and deleting notes directly in the browser. It features a clean interface and automatically saves notes using local storage, so users never lose their data. The goal of the project is to practice frontend development and build a fast, distraction-free note-taking tool.

Filip Burger

Today I started working on my new project called QuickNote – Minimalist Notes App.

The goal of this project is to build a simple and clean note-taking web app using only HTML, CSS, and JavaScript. I wanted something lightweight that runs directly in the browser without any backend.

So far, I:

Set up the basic project structure
Created a simple UI for adding notes
Implemented note creation and display
Started working with localStorage to save notes

The main idea is to keep everything minimal, fast, and easy to use.

Next steps:

Add editing and deleting notes
Improve UI design
Make it responsive

This is just the beginning, but it’s already coming together nicely

Attachment
0