Update README.md

This commit is contained in:
Sirin Puenggun 2025-04-21 01:00:24 +07:00 committed by GitHub
parent a8ebe58234
commit e6b132a343
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,7 @@
# Full-Stack Todo List Application
[Backend API Documentation](https://todolist.apidocumentation.com/)
## 1. Overview
This report covers the design, tech stack, and setup process for our Todo List app. The app lets users manage tasks, add tags, create subtasks, and attach images. Users can sign in with email/password or Google. We built the backend with Go using Hexagonal Architecture and the frontend with Next.js, React, and TypeScript.