Note taking web app - simple, clean, organized.
Built with:
- Next.js (via Vercel v0) – Frontend framework for UI, routing, and client interactions
- FastAPI (Python) – Backend API framework for handling requests and data processing
- SQLite – Lightweight local database for storing and retrieving notes
- TypeScript & React Hooks – Strong typing and component-based UI logic
- Tailwind CSS & ShadCN UI – Styling and component-based UI design
Build Reason: I built this to test v0 and practice fullstack development