sadmann7 / todo

Home Page:https://todo-violet.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

https://todo-violet.vercel.app/


Languages

Language:TypeScript 95.3%Language:JavaScript 2.9%Language:Shell 1.3%Language:CSS 0.5%