https://github.com/sergiopichardo/remindme
https://github.com/sergiopichardo/remindme
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergiopichardo/remindme
- Owner: sergiopichardo
- Created: 2024-01-19T03:43:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-29T02:47:40.000Z (over 1 year ago)
- Last Synced: 2024-01-29T04:39:49.382Z (over 1 year ago)
- Language: TypeScript
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RemindMe - Tutorial
A full stack application to store reminders



### Tech Stack
- TypeScript
- NextJS
- Clerk.js
- NextJS Server Actions
- React Hook Form
- Prisma Client
- shadcn
- zod### Features
- [X] Authentication (Login/Signup) using Clerk.js
- [X] Create new collections
- [X] Delete collections
- [X] Add Tasks with due dates
- [ ] Delete Tasks
- [ ] Update Tasks### To do Next
- [ ] Move from SQLite3 to PostgreSQL
- [ ] Refactor components
- [ ] Deploy to AWS using Terraform:
- [ ] Use S3 bucket to store static assets
- [ ] Use CloudFront CDN to serve assets
- [ ] Use Route 53 to setup DNS
- [ ] Set up Testing
- [ ] Set up CI/CD
- [ ] Create Web security plan