A vanilla JavaScript, single-page budget tracker with auto-rebalancing weeks, local storage, and real-time cloud sync using a 6-character code.
- Go to the Firebase Console.
- Create a new project.
- Navigate to Build > Realtime Database and create a database.
- Set the Security Rules for testing (Remember to tighten these later!):
{ "rules": { ".read": true, ".write": true } }