A todo application with next-auth authentication
- Social Login
- Personalized data for each account
- Smooth experience on deleting and updating todo data
Language: TypeScript
Framework: React, Next.js
Styling: TailwindCSS, CSS
Database-ORM: Prisma, Postgres(supabase)
Auth: Next-auth
Server-side: Node.js (Next.js api routes)
etc(design): figma
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev