A simple and responsive authentication-based dashboard web application built with vanilla JavaScript. It includes a simulated login system and a protected dashboard with charts, expense tracking, and history features.
🌐Live at : https://priyanshusinghchouhan.github.io/Auth_Dashboard/
- 🔒 Simulated Login & Logout (localStorage based)
- 🛡️ Protected Routes (dashboard access only after login)
- 📊 Interactive Static Dashboard with:
- Expense Chart
- Expense History
- Balance Calculation
- 💸 Razorpay Payment Integration (Test Mode)
- Simulate payments for premium features or donation
- ✅ Basic form validation
- HTML5 + CSS3
- JavaScript (Vanilla)
- Razorpay.js for test payment integration
- LocalStorage for data persistence
- auth.html
- auth.css
- auth.js
- dashboard.html
- dashboard.css
- dashboard.js
- logIn.html
- paymentSuccessful.html