Full-stack web application for on-demand home service management. Built with Spring Boot (Java) backend and HTML/CSS/Bootstrap/jQuery frontend. Features include user and technician login, service requests, technician assignment, job tracking, and user ratings.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
86
commits
Enhance payment processing: add user payment retrieval and update status endpoint
77bf48cView on GitHubAdd README.md: Include project description, user roles, setup instructions, and screenshots for better documentation
2a8f1cfView on GitHubUpdate README.md: Revise project description, user roles, and setup instructions for clarity and completeness
23443d5View on GitHubAdd new images for user and admin dashboards, landing page, and service requests
77c31fdView on GitHubRefactor rating pages and styles: update CSS for improved layout and responsiveness, adjust background color, and comment out sidebar placeholders in HTML files.
ca5144eView on GitHubAdd landing page and styles: implement HTML structure and CSS for the landing page, including navigation, hero section, features, testimonials, and footer. Update login page to include activity tracking script and redirect to landing page.
cd118c4View on GitHubRefactor technician and user profile pages: update CSS for improved responsiveness, adjust layout margins, and enhance JavaScript for tab navigation functionality.
5f556d5View on GitHubRefactor user styles and layout: update body background color, adjust main content margins, and enhance mobile responsiveness for user table.
7f77e7cView on GitHubAdd admin dashboard: implement HTML structure, CSS styling, and JavaScript functionality for displaying dashboard statistics, recent activity, and service requests overview.
6177ae5View on GitHubRefactor dashboard page: update CSS for main content layout, add recent activity list styles, and enhance JavaScript for authentication checks.
277b488View on GitHubRefactor services page styles and layout: update body background color, adjust main content margins and paddings for better responsiveness, and enhance mobile styles for service stats and filters.
f06b985View on GitHubRefactor estimate generation: update buildPrompt method for clearer JSON response format, enhance service request page with modal for displaying estimates, and improve CSS for better responsiveness across devices.
40b5b5eView on GitHubAdd admin payments page: implement HTML structure, CSS styling, and JavaScript functionality for displaying and processing payments, including user and service request integration.
a0ba17bView on GitHubAdd user payments page: implement HTML structure, CSS styling, and JavaScript functionality for displaying and processing user payments, including Stripe integration and responsive design.
766eb7bView on GitHub