https://todoapp-mpenzes.netlify.app/
This is a Next.js project bootstrapped with create-next-app
.
Todo app built using Next.js, Typescript, Tailwind and mockapi.io In the application, tasks can be added to the database, edited, deleted, or marked as done. It is also possible to filter completed or incompleted tasks. The web app can be switched itto dark mode.
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.