An open API service indexing awesome lists of open source software.

https://github.com/coder-abdo/hono-notes-app


https://github.com/coder-abdo/hono-notes-app

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

          

# Notes App CRUD with Authentication using JWT

## Description

This app is a CRUD application with authentication using JWT

## Techs

- Backend
1. Hono (for server-side)
2. Prisma (for database)
- Frontend
1. Vue | Qwick (I am not sure I wanna try both of them)
2. Tailwindcss (for styling), ps: may I use another css library will see

I'm trying to learn Hono and Prisma, so this is what I accomplish so far

I used Vue, Tailwindcss, and Pinia to handle the frontend.

finally, I wanna try do unit and E2E testing.