Brixco SMS App is a Java-based service management system that allows users to request, track and manage service quotes efficiently. Designed as a learning-focused project, it demonstrates clean Java coding practices, object-oriented design and modular application structure.
- Request service quotes and track responses
- Manage service requests and status updates
- Modular Java application demonstrating object-oriented programming
- Basic front-end styling with CSS
This project highlights:
- Java programming with a focus on classes, objects and methods
- Event-driven logic and input handling
- File handling or database interaction
- Front-end integration using HTML/CSS alongside Java backend
- Java Development Kit (JDK 8 or above)
- Maven (if using
pom.xml)
- Clone the repository:
git clone https://github.com/techgirldiaries/Brixco-SMS-App.git- Navigate to the project directory and build:
cd Brixco-SMS-App
mvn clean install- Run the application (update with actual main class):
java -jar target/Brixco-SMS-App.jarThis project is licensed under the PolyForm Noncommercial License.
The code may be used, modified, and shared for learning purposes only. Commercial use is not permitted.
Copyright © 2025 Oluwakemi T Obadeyi