Checkout the live version using Supabase as the DB: https://gifted-kirch-ac5768.netlify.app/
Small app to create a reminder list. This app currently comes with the react app & "local database".
- Add and remove tasks
- Double click on tasks to set reminder
- Connect to a database to store data (setup currently for Rest)
Run the following commands:
- npm install - (will grab all required files)
- npm run server - (will run the local database)
- npm start run - (will run the application)