A premium, glassmorphism-styled web application designed to serve as a personal command center for students. Manage your habits, finances, exercise, and diary entries in one unified, iOS-inspired dashboard.
- Spatial Light UI: Heavy backdrop-blurs, glass panels, neon green accents.
- Modules:
- 🏋️ Exercise Tracker: Log and monitor your workouts.
- 📖 Diary Journal: Personal thoughts and reflections.
- 💰 Money Tracker: Manage income and expenses.
- 🎯 Habit Tracker: Build positive daily routines.
- Clone the repository into your XAMPP
htdocsdirectory:git clone https://github.com/Kendrew1119/RoutineFlow.git serverside
- Start Apache and MySQL from the XAMPP control panel.
- Import
database/schema.sqlvia phpMyAdmin to setup the database. - Create a
.envfile in the root directory and configure your database credentials (see.env.exampleif applicable, or setDB_USER=rootwith a blank password for standard XAMPP). - Open your browser and navigate to
http://localhost/serverside/.
- Kendrew (Leader): Dashboard, Auth, Diary, Shared UI, Architecture
- Member B: Exercise Tracker
- Member C: Money Tracker
- Member D: Habit Tracker
Developed for UCCD3243 Server-Side Web Applications Development.