/todo

Primary LanguageTypeScript

This project is a todo app bootstrapped with the T3 Stack.

Todo

Tech Stack

Features

  • Authentication with NextAuth.js
  • Create, update, and delete todos (authenticated users only)

Installation

1. Clone the repository

git clone https://github.com/sadmann7/todo.git

2. Install dependencies

yarn install

3. Create a .env file

Create a .env file in the root directory, and add the environment variables as shown in the .env.example file.

4. Run the application

yarn run dev

The application will be available at http://localhost:3000.

Deployment

Follow the deployment guides for Vercel, Netlify and Docker for more information.