Skip to content

unimu-cic/gtd-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

73546d0 · Feb 4, 2024

History

23 Commits
Feb 3, 2024
Feb 4, 2024
Feb 4, 2024
Feb 4, 2024
Feb 3, 2024
Feb 4, 2024
Feb 4, 2024
Feb 3, 2024
Feb 3, 2024
Feb 4, 2024
Feb 3, 2024
Feb 4, 2024
Feb 3, 2024
Feb 4, 2024
Feb 4, 2024

Repository files navigation

TODO List App Challenge

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

Run App

First, create .env file base on .env.example:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

Features

  • Login/Sign-up
  • Create Task
  • Edit Task
  • Delete Task
  • Mark as Completed

Stacks

Screenshots

Home page

alt text

Sign in page

alt text

Default View

alt text

TBD

alt text

Completed

alt text

Update Task

alt text

Updated Task

alt text