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

https://github.com/styzex/tdl_react


https://github.com/styzex/tdl_react

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

          

Welcome to TDL React 👋



Version

> 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