Skip to content

TodoList app with Next.js (page-router), TypeSript and TailwindCss

Notifications You must be signed in to change notification settings

masoumehmohebbi/next.js14-todo-list-pag-router

Repository files navigation

Todo-List Alien Monster

This is a todolist app that developped with Next.js, Typescript, NextUI and TailwindCss

Next.js14-page-router.mp4

Built with Alien

  • Language ┈➤ Typescript
  • FrameWork ┈➤ Next.js 14
  • Next.js-Directory ┈➤ Page Router
  • Styling ┈➤ NextUi & TailwindCss
  • Authentication ┈➤ Next_Auth
  • Database ┈➤ Mongodb

Links Backhand Index Pointing Down Light Skin Tone

Development setup Bomb

1. First, you need to clone the project:

git clone https://github.com/masoumehmohebbi/next.js14-todo-list-pag-router

2. Then, install required packages:

npm i

3. Finally, run the dev script to start the dev server:

npm run dev