A React application for tracking financial transactions using Firebase for data storage and authentication. It features a user-friendly interface powered by Ant Design and data visualization with React-ApexCharts.
- React
- Firebase
- Ant Design
- React-ApexCharts
- Moment.js
- PapaParse
- User authentication (email/password and Google login)
- Add, edit, and delete transactions
- View transactions in a table
- Visualize data with charts
- Import and export transactions as CSV files
- Color switcher for theme customization
- Clone the repository:
git clone https://github.com/Ajay-Chaudhari01001/Financely.git cd react-financial-tracker-app
2.Install dependencies:
```bash
npm install
##Configure Firebase: Create a Firebase project and obtain configuration credentials. Create a .env file and add your Firebase credentials.
Start the development server:
```bash
npm start