You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ΰ€ΰ₯ΰ€·-Keeper is an expense tracker app inspired by the ancient tradition of careful financial management. It combines a sleek, user-friendly interface with a powerful backend to help you effortlessly manage your expenditures.
1
+
# πͺπ° ΰ€ΰ₯ΰ€·-Keeper π°πͺ
3
2
4
-
Features
5
-
Simple and intuitive expense tracking
6
-
Elegant and responsive design
7
-
Robust backend with Firebase integration
3
+
### [Experience ΰ€ΰ₯ΰ€·-Keeper Now !](https://expense-tracker99.web.app/)
8
4
9
-
Also encompasses custom hooks for firebase functionality implementations.
5
+
ΰ€ΰ₯ΰ€·-Keeper (pronounced Kosh-Keeper) is a feature-packed expense tracker designed to make personal finance management a breeze. Built with React for the frontend and Firebase for the backend it provides a seamless and intuitive user experience.
10
6
7
+
## Features
8
+
**User Authorization with Gmail**
9
+
Securely sign in using your Google account. Fetch your name, Gmail ID, and profile picture for a personalized experience.
11
10
12
-
View here : https://expense-tracker99.web.app/
11
+
**Advanced Database**
12
+
Your financial data is stored securely using Firebase, ensuring it stays safe and accessible anytime.
13
+
14
+
**Complete Transaction History**
15
+
Keep a detailed log of all your expenses and incomes, categorized for clarity and convenience.
16
+
17
+
**Forever Data Storage**
18
+
Once logged, your transaction data remains accessible, ensuring long-term insights and records.
19
+
20
+
**Simple and Easy-to-Understand UI**
21
+
Designed for ease of use, making it accessible to users of all experience levels.
22
+
23
+
## Project Structure π
24
+
```
25
+
Root Folder
26
+
βββ public/
27
+
β βββ index.html (and image assets)
28
+
βββ src/
29
+
β βββ assets/
30
+
β β βββ Contains all images used
31
+
β βββ config/
32
+
β β βββ firebase-config.js
33
+
β βββ hooks/
34
+
β β βββ useAddTransaction.js
35
+
β β βββ useGetTransactions.js
36
+
β β βββ useGetUserInfo.js
37
+
β βββ pages/
38
+
β β βββ auth/
39
+
β β β βββ index.jsx
40
+
β β β βββ styles.css
41
+
β β βββ expense-tracker/
42
+
β β βββ index.jsx
43
+
β β βββ styles.css
44
+
β βββ App.css
45
+
β βββ App.js
46
+
β βββ index.js
47
+
βββ README.md (Your are reading this ;-)
48
+
```
49
+
---
50
+
### Collaboration
51
+
Have ideas to improve ΰ€ΰ₯ΰ€·-Keeper? Let's make it even better together!
0 commit comments