/notes-app

A simple web application for managing notes built using wasp.

Primary LanguageJavaScriptMIT LicenseMIT

Notes App

This is a simple web application for managing notes built using wasp. You can create, update, and delete notes with ease. This project utilizes the Wasp framework for handling queries and actions.

Capture

Features

  • View Notes: See a list of existing notes.
  • Create Notes: Add new notes with ease.
  • Edit Notes: Update the content of your notes.
  • Delete Notes: Remove notes when they are no longer needed.
  • Error Handling: The app provides error messages for failed actions.

Installation

To get started with App, follow these steps:

  1. Install Wasp: curl -sSL https://get.wasp-lang.dev/installer.sh | sh

  2. Clone this repository to your local machine: git clone https://github.com/arham-kk/notes-app.git

  3. Run wasp db migrate-dev

  4. Run wasp start

  5. Go to localhost:3000

Credit

judygab