Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 898 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 898 Bytes

Go Note App

Go Note is a secure note-taking application inspired by "rentry.co," enhanced with an additional layer of security using AES cryptography.

Technologies Used

  • Golang

  • HTMX: HTMX is used for interacting with server logic via AJAX call.

  • Alpine.js: Alpine.js is utilized for front-end interactivity and simplicity in managing the client-side logic.

  • Tailwind CSS

  • Supabase: Supabase as the database backend

  • Air Live Reload: For seamless development with Air Live Reload

  • Go Gin

Features

  • Markdown Preview: Preview your notes written in Markdown format within the application.

  • AES Cryptography