Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milopadma/life-tracker
💰 A Next.js financial visualization tool that helps you understand and plan your lifetime spending trajectory through interactive charts, life event analysis, and smart money management insights.
https://github.com/milopadma/life-tracker
Last synced: about 2 months ago
JSON representation
💰 A Next.js financial visualization tool that helps you understand and plan your lifetime spending trajectory through interactive charts, life event analysis, and smart money management insights.
- Host: GitHub
- URL: https://github.com/milopadma/life-tracker
- Owner: Milopadma
- Created: 2024-11-18T12:25:14.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T12:38:48.000Z (2 months ago)
- Last Synced: 2024-11-18T14:16:27.555Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 270 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lifetracker
Lifetracker is a financial visualization tool that helps you understand your lifetime spending trajectory. It takes into account major life events and provides insights into long-term financial planning.
## Features
- 📊 Interactive spending visualization across your lifetime
- 🎯 Major life event impact analysis
- 💰 Real-time financial calculations
- 📈 Contextual spending insights
- 🌍 Global spending statistics
- 💡 Smart money management tips## Tech Stack
- Next.js 14 with App Router
- TypeScript
- Tailwind CSS
- Recharts for data visualization
- NumberFlow for smooth number animations
- Lucide Icons## Getting Started
First, install the dependencies:
```bash
bun install
```Then, run the development server:
```bash
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## How It Works
1. Enter your current age and monthly spending
2. View your projected lifetime spending with major life events
3. Explore financial insights and recommendations
4. Use the interactive chart to analyze spending at different life stages## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
MIT License - feel free to use this project for personal or commercial purposes.