Skip to content

SoftechInfowayss/Expensemanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💰 ExpenseEase - Modern Expense Management App

🌐 Live Website

👉 https://stexpenseease.netlify.app/


✨ Key Features

  • 📊 Real-time Dashboard - Visualize your spending patterns
  • 🔍 Smart Filtering - Filter by date, category, or amount
  • 📱 Mobile Optimized - Works flawlessly on all devices
  • 🔐 Secure Auth - Protected user accounts
  • 🌗 Dark Mode - Eye-friendly dark theme
  • 📈 Analytics - Monthly/yearly spending insights
  • 💾 Data Export - Download your expense history

🖼 Screenshots

Home Page
🏠 Home Page – Clean and modern landing interface

Login Page
🔐 Login Page – Secure authentication screen

Dashboard
📊 Dashboard – Real-time spending analytics and summaries

Add Transaction
➕ Add Transaction – Log new expenses with categories and notes

Financial Advice
💡 Financial Advice – Smart money-saving tips based on your habits

Budget Suggestion
📈 Budget Suggestion – Suggested budgets based on monthly expenses


🛠 Technology Stack

Category Technologies
Frontend React, Next.js, TypeScript, Tailwind CSS, Chart.js
Backend Node.js, Next.js API routes
Database MongoDB (or your actual DB)
State React Context API
Deployment Netlify
Testing Jest, React Testing Library

🚀 Quick Start

Prerequisites

  • Node.js v16+
  • npm/yarn
  • MongoDB Atlas account (if using DB)

Installation

# Clone the repository
git clone https://github.com/SoftechInfowayss/Expensemanager

# Navigate to project directory
cd expenseease

# Install dependencies
npm install

# Set up environment variables
cp .env.example .env.local

# Start development server
npm run dev