Overview
Odontología Frontend is a modern, full-featured dental clinic management application built with Angular 21. It provides a complete solution for managing patient records, appointments, treatments, and clinical workflows in a dental practice.This application uses Angular’s latest standalone components architecture with server-side rendering (SSR) support for optimal performance.
Key Features
The application offers comprehensive functionality for dental clinic operations:Patient Management
Complete patient database with medical history, allergies, billing information, and family health records
Appointment Scheduling
Visual calendar interface for managing patient appointments and dental consultations
Treatment Tracking
Detailed treatment records with pricing, dates, and doctor assignments
Role-Based Access
Separate authentication for dentists and receptionists with appropriate permissions
Application Structure
The application is organized into distinct functional modules:Core Modules
- Authentication (
/login) - Secure login system with role-based access control - Dashboard (
/home) - Central control panel with quick access to key functions - Patient Management (
/patient) - Patient list, search, and detailed patient profiles - Appointments (
/citas) - Appointment management and scheduling - Calendar (
/calendar) - Visual calendar view for appointment planning - Treatments (
/tratamientos) - Treatment database and management
Routing Configuration
The application uses Angular’s modern routing system with standalone components:Architecture Highlights
Modern Angular Features
Odontología Frontend leverages the latest Angular capabilities:- Standalone Components - No NgModules required, simpler dependency management
- Signals & Computed Values - Reactive state management with fine-grained reactivity
- Server-Side Rendering (SSR) - Improved performance and SEO with Angular Universal
- TypeScript 5.9 - Latest TypeScript features with strict type checking
- Vitest Testing - Fast unit testing with modern test runner
State Management
The application uses Angular services for state management:Data Models
Comprehensive TypeScript interfaces define the data structure:Technology Stack
Angular 21.1.0
Latest Angular framework with standalone components
TypeScript 5.9
Strict type checking and modern JS features
RxJS 7.8
Reactive programming for async operations
Express 5.1
SSR server for production deployment
Boxicons
Modern icon library for UI elements
Vitest 4.0
Fast and modern testing framework
User Roles
The system supports two distinct user roles:Dentist Role
- Full access to patient medical records
- Treatment planning and documentation
- Appointment management
- Clinical notes and history
Receptionist Role
- Appointment scheduling
- Patient registration
- Basic patient information management
- Calendar coordination
Design Philosophy
Odontología Frontend follows modern web development best practices:- Component-Based Architecture - Reusable, maintainable UI components
- Type Safety - Comprehensive TypeScript interfaces for all data structures
- Responsive Design - Mobile-first approach for all screen sizes
- Accessibility - WCAG-compliant UI elements
- Performance - SSR and optimized bundle sizes (< 1MB)
Next Steps
Installation
Set up your development environment and install dependenciesView Installation Guide →
Quick Start
Get the application running locally in minutesView Quick Start →
Configuration
Learn how to configure the application for your clinicView Configuration →