About Noter

Noter is a simple note-taking app built to explore and learn modern full-stack development using Nuxt and Supabase. The goal of this project is to keep things minimal while focusing on the core fundamentals of building a functional web application.

With Noter, you can create, read, update, and delete notes through a clean and straightforward interface. It’s designed without unnecessary complexity, making it easy to understand how data flows between the frontend and backend.

Nuxt powers the user interface and routing, while Supabase handles the database and backend services. Together, they provide a fast and developer-friendly environment for building real-world applications.

This project serves as a hands-on learning experience, demonstrating how to connect a frontend framework to a backend service, manage state, and implement basic CRUD operations in a practical way.