Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 387 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 387 Bytes

NextJS Cookie Game

Simple Cookie Clicker clone with authentication

Todo

  1. Setup Pages (Layout & Design)
  2. Setup NextAuth
  3. Protect Route / Login Page
  4. Database Setup (Drizzle Adapter)
  5. API Support
  6. Manage Users

Stack

  • TailwindCSS
  • React
  • PostgreSQL (Neon)
  • Drizzle ORM
  • NextAuth
  • NextJS

Start Server

npm init
npm run dev