Skip to content

ahnshy/TodoList

Repository files navigation

To do list

This is a to do list management applications using Next.js 14 (app directory) and NextUI (v2).

[Live demo] https://ahnshy-todo-list.vercel.app/todos

  • Demo is only enter ahnshy's Firebase site


Technologies Used

Demo

  • Ready to vercel demo
    image
    image
    image
    image
    image


How to use instructions

1.Install dependencies

You can use one of them npm, yarn, pnpm, bun, Example using npm:

npm install



2.Use the nextjs-app

npm run dev
or
next dev --turbo



3.Run the development server

npm run build
or
next build



License

Licensed under the MIT license.