A magical todo list application themed around the wizarding world of Harry Potter. Keep track of your spells, potions, and magical tasks!
āāā backend/
ā āāā index.ts # Main entry point with Hono and LastLogin
ā āāā routes/ # API routes for todos
āāā frontend/
ā āāā components/ # React components
ā āāā index.html # Main HTML template
ā āāā index.tsx # Frontend entry point
āāā shared/
āāā types.ts # Shared types and interfaces
GET /api/todos - Get all todos for the logged-in userPOST /api/todos - Create a new todoPUT /api/todos/:id - Update a todoDELETE /api/todos/:id - Delete a todo