1# ChatGPT Clone with LastLogin Authentication
2
3A fullstack React + Hono app that lets you chat with ChatGPT, with user authentication and thread history.
4
5## Features
18โโโ frontend/
19โ โโโ index.html # Main HTML template
20โ โโโ index.tsx # React frontend app
21โโโ README.md
22```
28- โ
SQLite schema for threads and messages
29- โ
Basic API endpoints for threads CRUD
30- โ
Static file serving for React frontend
31
32**Frontend Foundation:**
33- โ
React app with authentication UI
34- โ
Basic layout with sidebar for threads
35- โ
Login/logout flow with LoginWithGoogleButton
47## API Endpoints
48
49- `GET /` - Main React app
50- `GET /api/threads` - List user's threads
51- `POST /api/threads` - Create new thread