Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.74 KB

README.md

File metadata and controls

55 lines (32 loc) · 1.74 KB

TodoLab

A simple and self-hosted task management tool built with Next.js and Shadcn. Keep track of your tasks, stay organized, and boost your productivity.

Features 🚀

  • Task Management: Easily create, edit, and delete tasks.
  • 🔒 Secure: Your data remains private since it's self-hosted.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Deploy on Vercel

The easiest way to deploy TodoLab is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Author

Steven Ho

A passionate full stack developer with over 10 years of experience building scalable systems in web applications.

References

How to Authenticate Users in Next.js With NextAuth – App Router VS Pages Router

License

MIT License

Copyright (c) 2023 Steven Ho

Getting Help 🆘

If you encounter any issues, have questions, or want to suggest improvements, here's how to get help:

  • GitHub Issues: Issues on the project's GitHub repository.
  • Email: You can reach out to me at [email protected] for project-related inquiries.