/domindme

Primary LanguageTypeScript

DoMindMe

This will be a To Do app with the following features:

  • Write To Dos
  • Check To Dos as complete (and uncheck them)
  • Edit them
  • Delete them
  • Categorize them / view by category
  • Log In + Authentication

This is a Next.js project bootstrapped with create-next-app.

Tech Stack

Next.js 13 / Sass / Prisma / Supabase / Figma

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.