- Clone the reop down
- Go to settings in chrome
- Click extensions
- Turn
Developer mode
on - Click
Load unpacked
- Select the directory that you cloned the repo down to
- You'll see a new extension on your list of extensions on your browser bar
- Click and check out the awesomeness!
Image of create subscription page
Image of create subscription page with users selected
Image of subscription page with subscription options
Image of settings page with dark mode and feedback
Add custom classes to tailwind, update/add class to tailwind.config.js
. Then run npx tailwindcss build tailwind.css -o app/css/output.css
. Then reload chrome extension in the browser. And voila!
[] Be able to push to local storage working
[] Be able to fetch from local storage
[] Build out subscriptions
page
[] Build out settings
page
[] Create algorithm to grab all users names off of any site visted
[] Create algorithm that can grab any thread name off of any site visted
[] Create algorithm that will be able to keep tabs on whatever site the user subscribed to via user and or thread
[] Wire up algorithms to create
page
[] Create algorithm for how the updates will be sent via email and or app notifications
[] Make sure all 3 pages can read and write data to local storage
[] Run app on lambda or some way to keep app updates and persistence continuous --> keep listener active in the cloud (in case user closes browser)
[] Create an anonymous feedback form that also anonymizes the data
[] Have the update notifications be inside the app and have view functionality of viewing the subscription by clicking on view
on subscription
[] Have subscription button color change when it has new update or new notification