Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realtristan/todoitright
Todo app built with NextJS (React), Tailwind, Prisma, Supabase, and Google Auth
https://github.com/realtristan/todoitright
google-auth nextjs prisma react supabase typescript
Last synced: 19 days ago
JSON representation
Todo app built with NextJS (React), Tailwind, Prisma, Supabase, and Google Auth
- Host: GitHub
- URL: https://github.com/realtristan/todoitright
- Owner: realTristan
- License: mit
- Created: 2023-08-24T03:04:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-25T16:17:14.000Z (about 1 year ago)
- Last Synced: 2024-11-19T05:04:22.061Z (3 months ago)
- Topics: google-auth, nextjs, prisma, react, supabase, typescript
- Language: TypeScript
- Homepage:
- Size: 166 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todoitright ![Stars](https://img.shields.io/github/stars/realTristan/todoitright?color=brightgreen) ![Watchers](https://img.shields.io/github/watchers/realTristan/todoitright?label=Watchers)
# Synopsis
A simple to-do app built with Nextjs, Typescript, Tailwind CSS, Google Auth, and Supabase with Prisma (Postgres). I wanted to build a simple to-do app to learn more about Supabase and Prisma and how to use it in NextJS and deploy it to Vercel.# Stack
- [X] Nextjs (React)
- [X] Typescript
- [X] Tailwindcss
- [X] Google Auth
- [X] Supabase with Prisma (Postgres)# Features
- [X] Login / Logout
- [X] Create a new task
- [X] Delete task
- [X] Complete a task
- [X] Edit a task
- [X] Tasks for each user# Lines of code
# Terminal Commands
Migration: `npx prisma migrate dev --name init`# License
MIT LicenseCopyright (c) 2023 Tristan Simpson
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.