An open API service indexing awesome lists of open source software.

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!

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)