Tracking your spending is often the first step in getting your finances in order.By understanding what you spend money on and how much you spend, you can see where exactly your cash is going and areas where you can cut back. Therefore in this project, we build a minimalist expense tracker. 🎯
Take a glimpse here: https://expenses-tracker-mikekobby10-gmailcom.vercel.app/
This project is a good practice for CRUD (Create,Read, Update and Delete) operations and utilizing services provided by Firebase.The following tools were used:
- Create a Firebase Project, add an app.
- Enable the services used in the application. (Firestore, Storage and Authentication).
- Copy Bucket URL from Storage Dashboard and paste in firestore.js file in the firebase folder.
- Done