remigathoni / bill-reminder

A web application built with Supabase and Next.js to help keep track of bills and receive email reminders when they are due.

Home Page:https://bill-reminder.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bill Reminder App

Bill Reminder App Screenshot

See live demo

Overview

The Bill Reminder App is a web application built with Supabase and Next.js that helps users keep track of their bills and receive timely reminders through email when bills are due. This project provides a user-friendly interface for adding, managing, and receiving notifications for bills.

Stack Used

  • Frontend: React(Next.js)
  • Backend: Supabase (Database, Authentication, Edge functions)
  • Email Notifications: Sendgrid API
  • Deployment: Vercel

Usage

  • Sign up or log in to your account using Google or via a magic link.
  • Add your bills, specifying the bill name, bill type, and due date

The Supabase Edge function will check the bills daily at midnight and send email reminders for due bills. Find the edge function that sends reminders in this repo.

About

A web application built with Supabase and Next.js to help keep track of bills and receive email reminders when they are due.

https://bill-reminder.vercel.app

License:MIT License


Languages

Language:TypeScript 97.5%Language:JavaScript 1.5%Language:CSS 1.0%