👉 https://stexpenseease.netlify.app/
- 📊 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
🏠 Home Page – Clean and modern landing interface
🔐 Login Page – Secure authentication screen
📊 Dashboard – Real-time spending analytics and summaries
➕ Add Transaction – Log new expenses with categories and notes
💡 Financial Advice – Smart money-saving tips based on your habits
📈 Budget Suggestion – Suggested budgets based on monthly expenses
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 |
- Node.js v16+
- npm/yarn
- MongoDB Atlas account (if using DB)
# 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