Skip to content

Take control of your life with Me Manager! A simple and intuitive app to help you manage your finances, tasks, and more, all in one place.

Notifications You must be signed in to change notification settings

Leon8M/Me-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Me Manager - Personal Finance & Productivity App

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/activate

Table of Contents

Key Features

Tech Stack

Installation

Development Setup

Deployment

Support

Key Features

💰 Financial Management

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

âš¡ Productivity Tools

Task management with priorities

Note taking integration

Transaction and whole management visualization

Cross-device data sync(Coming soon)

Tech Stack

Frontend:

React.js with Vite

Tailwind CSS

Chart.js for visualizations

PWA capabilities (Coming Soon)

Capacitor for native mobile builds

Backend:

Python Flask

SQLite (with PostgreSQL option if you set it up your self)

SQLAlchemy ORM

RESTful API endpoints

Installation

# Clone repository
git clone https://github.com/Leon8M/Me-Manager
cd me-manager/client

# Install dependencies
npm install
pip install -r requirements.txt

Development Setup

Frontend:

npm run dev

Backend:

cd server

source env/bin/activate

python app.py

Access at: http://localhost:3000

Deployment

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=production

Deploy!

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

About

Take control of your life with Me Manager! A simple and intuitive app to help you manage your finances, tasks, and more, all in one place.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published