Skip to content

A todo list web app built with NextJS, Prisma, TailwindCSS, Framer Motion, and SWR.

Notifications You must be signed in to change notification settings

Angoooose/todo-app

Repository files navigation

todo-app

A dead simple task tracking app with some snazzy animations.

Tech Stack

To use

A live demo can be found at: https://todo.angoose.dev/. Alternatively, you can run it locally.

Running Locally

Requirements

  • NodeJS and NPM
  • PostgreSQL database

Steps

  1. Create a .env file with the following contents, but with your Postgres DB credentials as DATABASE_URL:
NEXTAUTH_SECRET=super_secret
DATABASE_URL=postgresql://postgres:docker@localhost:5433
  1. Run npm i to install needed packages.

  2. Execute npm run dev to start the app in development mode. It should open at http://localhost:3000/.

About

A todo list web app built with NextJS, Prisma, TailwindCSS, Framer Motion, and SWR.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published