Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jagthefriend/next-todo-app
A Todo app built with server actions
https://github.com/jagthefriend/next-todo-app
daisyui nextjs prisma server-actions t3 tailwindcss typescript vercel-post
Last synced: 22 days ago
JSON representation
A Todo app built with server actions
- Host: GitHub
- URL: https://github.com/jagthefriend/next-todo-app
- Owner: JagTheFriend
- License: cc0-1.0
- Created: 2024-05-07T10:32:26.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T16:40:34.000Z (8 months ago)
- Last Synced: 2024-11-02T03:24:00.542Z (2 months ago)
- Topics: daisyui, nextjs, prisma, server-actions, t3, tailwindcss, typescript, vercel-post
- Language: TypeScript
- Homepage: https://next-todo-app-three-taupe.vercel.app
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Next TODO App
This is a simple impletion of todo app built using [T3 Stack](https://create.t3.gg/) and along with [Next.js](https://nextjs.org/) server actions.
## Tech Stack
- [Next.js](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [DaisyUI](https://daisyui.com/)
- [Vercel](https://vercel.com/)## Getting Started
1. Make sure to update your `.env` file with your own environment variables.
2. Run `pnpm install` to install dependencies.
3. Run `pnpm dev` to start the development server.## Feedback
If you have any feedback or suggestions, please [open an issue](https://github.com/JagTheFriend/Next-Todo-App/issues) or [open a PR](https://github.com/JagTheFriend/Next-Todo-App/pulls) on GitHub.