https://github.com/matimortari/task-manager
Simple task manager website with some extra features and a clean UI!
https://github.com/matimortari/task-manager
javascript nextauth nextjs nodejs postgresql prisma react tailwindcss typescript
Last synced: about 2 months ago
JSON representation
Simple task manager website with some extra features and a clean UI!
- Host: GitHub
- URL: https://github.com/matimortari/task-manager
- Owner: matimortari
- Created: 2024-12-15T20:21:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T15:17:15.000Z (about 2 months ago)
- Last Synced: 2025-03-23T16:27:37.901Z (about 2 months ago)
- Topics: javascript, nextauth, nextjs, nodejs, postgresql, prisma, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://wdc-task-manager.vercel.app
- Size: 193 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Manager 📋
Simple task manager website with some extra features and a clean user interface! Allows users to create, edit, delete, and filter tasks, and view statistics.
[**Check it out!** 🔍](https://wdc-task-manager.vercel.app)
## 📦 Key Features
- **User Authentication:** Sign in with Google or GitHub.
- **Task Management:** Create, read, update and delete tasks. Mark tasks as completed or active. Set a due date and priority for each task.
- **Task Filtering:** Filter tasks by status (active, completed, overdue, all).
- **Data Visualization:** View how many tasks are active, completed and overdue, and get statistics.
- **Theme Switch:** Toggle between light and dark theme.## 🛠️ Stack
- **Next.js** for routing and server-side rendering.
- **Auth.js** for authentication with Google & GitHub.
- **Prisma** for database management.
- **React Query** for data fetching and caching.
- **React Hook Form** & **Zod** for form management and validation.
- **TypeScript**.
- **Tailwind CSS**.## 📬 Contact
Feel free to reach out to discuss collaboration opportunities or to say hello!
- [**My Email**](mailto:[email protected])
- [**My LinkedIn Profile**](https://www.linkedin.com/in/matheus-mortari-19rt)
- [**My GitHub Profile**](https://github.com/matimortari)