The startup-tasks-phase mini app is built using NextJS a React framework.
Application deployed on Vercel
Application url -> https://startup-tasks-phase-9fkdr7rc8-timiodubola.vercel.app/
First, install application dependencies:
run npm install
# or
run yarn
Second, start the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.