https://github.com/kevinhellos/monly
Simplifies tracking your expenses and managing your budget effortlessly
https://github.com/kevinhellos/monly
daisyui firebase nextjs tailwindcss
Last synced: 3 months ago
JSON representation
Simplifies tracking your expenses and managing your budget effortlessly
- Host: GitHub
- URL: https://github.com/kevinhellos/monly
- Owner: kevinhellos
- License: mit
- Created: 2024-07-06T18:13:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T17:30:31.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T05:41:57.449Z (over 1 year ago)
- Topics: daisyui, firebase, nextjs, tailwindcss
- Language: TypeScript
- Homepage: https://monly.vercel.app
- Size: 6.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monly
Simplifies tracking your expenses and managing your budget effortlessly

# Tech stack
- Next JS 14
- Tailwind CSS
- Daisy UI
- Firebase
## Firebase security rules
The security rules enforced that a user can only add, access, edit and delete their own expenses.
rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
match /Expenses/{userId}/Data/{expenseId} {
allow create, read, update, delete: if request.auth != null && request.auth.uid == userId;
}
}
}
## Author
- [Kevin](https://kevin.com.se)
## License
This project is open source and available under the [MIT License](LICENSE).
## Credits
Icon by [Flaticon](https://www.flaticon.com/)