MISSION 2 TODO APP

Install dependencies

npm install
# or
yarn
# or
pnpm i

ADD the following to the .env file (if not created a new one)

NEXT_PUBLIC_API_URL="http://3.37.31.104:3201/todo"
NEXT_PUBLIC_USER="sang"

run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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