Skip to content

Simple todo list app created as fullstack with T3 stack, integrated with discord and github providers.

Notifications You must be signed in to change notification settings

Pawel1894/t3-todo-list

Repository files navigation

Table of contents

Overview

Motivation

I really want to push myself into fullstack and next.js. After some research I decided to go with T3 stack.

Website

App live demo

Features

  • Auth with discord and github
  • Dark mode
  • Reordering tasks

Built with

What I learned

  • How to create db schema using prisma
  • Creating api with trpc
  • Integrating next auth with database and providers
  • Using planetscale for hosting mysql database
  • Create draggable persistent list

Install process

  1. Install nodejs
  2. Navigate project folder in command line
  3. Run npm install
  4. Set all required env variables
  5. Run npm start

Build process

  1. Open project folder in command line
  2. Set all required env variables
  3. Run npm run build

About

Simple todo list app created as fullstack with T3 stack, integrated with discord and github providers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published