The Doctor Appointment App is a modern, user-friendly web application designed to streamline the process of booking medical appointments. The app provides two distinct interfaces: one for users (patients) and another for staff (administrators). Built with cutting-edge web technologies, this app aims to offer a seamless experience for both patients and medical staff.
- Browse Doctors: Search and view doctors by specialty or name.
- Book Appointments: Select preferred doctors, dates, and times for appointments.
- Authentication: Secure login and signup for patients.
- Appointment Management: View, confirm, or cancel appointments.
- Specialty and status Filtering: Preview and filter appointments based on specialty and/or status for easy access and management.
- Status Tracking: Use color-coded statuses to track appointment progress.
- Role-Based Authentication: Separate access and permissions for users and staff.
- Responsive Design (planned): Optimized for all devices, including desktops, and tablets. (and regarding smartphones, we are currently working on their layout responsiveness).
- Next.js: For building the user interface and for server-side rendering and better SEO.
- Tailwind CSS: For styling.
- ShadCN Components: For tables, selects, and interactive elements.
- Supabase: For authentication and database management.
- Node.js (planned): Will replace supabase with a complete solution with node.js for the back end in future iterations.
- Clone the Repository:
git clone https://github.com/yourusername/doctor-appointment-app.git
- Navigate to the Project Directory:
cd doctor-appointment-app
- Install Dependencies:
yarn install
- Run the Development Server:
yarn dev
- Access the App: Open http://localhost:3000 in your browser.
- User Interface: Patients can log in to book and manage appointments.
- Admin Interface: Staff can manage appointments and track statuses via the dashboard.
- Enhancements:
- Implement Node.js and replace supabase for the back end.
- Add more robust search and filtering options for doctors/staff.
- Introduce payment integration for appointment bookings.
- Record Patient History: Maintain a record of patients' medical history and prescriptions for reference and follow-up.
- Appointment Management: Users can view all their appointments along with their status and edit or delete appointments as needed.
- Mobile App:
- Develop a React Native version for iOS and Android.
Contributions are welcome! Please follow these steps:
- Fork the Repository.
- Create a Feature Branch:
git checkout -b feature/your-feature-name
- Commit Your Changes:
git commit -m "Add your feature description here"
- Push Your Branch:
git push origin feature/your-feature-name
- Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Special thanks to the ShadCN library for providing reusable components.
- Gratitude to the Next.js and Supabase communities for their comprehensive documentation and support.
For any inquiries or support, please contact:
- Email: [email protected]
- LinkedIn: www.linkedin.com/in/abdil-aziz-elgarf
- GitHub: https://github.com/Aziz-Mohamed