https://github.com/styzex/tdl_react
https://github.com/styzex/tdl_react
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/styzex/tdl_react
- Owner: Styzex
- License: mit
- Created: 2024-09-19T14:30:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-29T12:56:05.000Z (over 1 year ago)
- Last Synced: 2025-01-03T19:14:32.482Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://tdl-azure.vercel.app
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to TDL React 👋
> This is a to-do list application hence the name TDL built using the stack below
## Stack
- [Next.js](https://nextjs.org)
- [Drizzle](https://orm.drizzle.team)
- [Tailwind CSS](https://tailwindcss.com)
- [tRPC](https://trpc.io)
- [Clerk](https://clerk.com/)
- [Zod](https://zod.dev/)
## Author
👤 **Viktor Paraj**
- Github: [@Styzex](https://github.com/Styzex)
## Show your support
Give a ⭐️ if this project helped you!
## TODO
- [x] Initial commit
- [x] Deploy the application (vercel)
- [x] Make a DB (vercel postgers)
- [x] Implement Drizzle ORM
- [x] Implement UI (tailwind)
- [x] Authentication (clerk)
- [ ] Integrate tRPC for API management
- [ ] Routing/dashboard page (parallel routing)
- [ ] Delete/Add button (server actions)
- [ ] Edit button (server actions)
- [ ] Test and debug the application