/MyNotePad

This is a to do list web app based on Next.js.

Primary LanguageJavaScript

Hello there, I am learning Next.js. by creating this tutorial-based-project.

This is a Next.js based project note taking project.

Steps to run locally

First, run the development server:

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

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