Take full control of your finances and productivity with Me Manager!. It helps you manage money, tasks, and goals with a sleek mobile-first interface.
# Start development environment
source env/bin/activateKey Features
Tech Stack
Installation
Development Setup
Deployment
Support
Track income/expenses with SQLite backend
Categorize transactions (Food, Transport, etc.)
Interactive Pie/Bar charts for visualization
Monthly/yearly financial summaries
Balance tracking with real-time updates
Task management with priorities
Note taking integration
Transaction and whole management visualization
Cross-device data sync(Coming soon)
React.js with Vite
Tailwind CSS
Chart.js for visualizations
PWA capabilities (Coming Soon)
Capacitor for native mobile builds
Python Flask
SQLite (with PostgreSQL option if you set it up your self)
SQLAlchemy ORM
RESTful API endpoints
# Clone repository
git clone https://github.com/Leon8M/Me-Manager
cd me-manager/client
# Install dependencies
npm install
pip install -r requirements.txtFrontend:
npm run devBackend:
cd server
source env/bin/activate
python app.pyAccess at: http://localhost:3000
Render.com (Recommended):
Connect your GitHub repo
Set environment variables:
# Only for you , for me i just explicitly call it
DATABASE_URL=postgresql://...
FLASK_ENV=productionDeploy!
Support For issues or feature requests: 📧 Email: leonmunene254@gmail.com
😊 I know it is not perfectly secure, especially calling the backend url explicitly, it is emant for offlineuse only once i set up PWA functionality