https://github.com/princeegy/clinicky
A clinic reservation app that simplifies the process of scheduling, tracking, and organizing appointments.
https://github.com/princeegy/clinicky
Last synced: 3 months ago
JSON representation
A clinic reservation app that simplifies the process of scheduling, tracking, and organizing appointments.
- Host: GitHub
- URL: https://github.com/princeegy/clinicky
- Owner: PrinceEGY
- License: mit
- Created: 2023-04-18T22:41:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T16:17:46.000Z (about 2 years ago)
- Last Synced: 2024-12-30T19:39:40.226Z (5 months ago)
- Language: Dart
- Homepage:
- Size: 2.43 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clinicky
## General Info
Visiting a doctor requires reserving an appointment, waiting for your turn and this can be a waste of time and needs kind of effort, This app will help both the doctor and the patient by simplifying the process of scheduling, tracking, and organizing appointments.## Features
#### As a Doctor
- Adding clinics and specifying working days & time.
- View upcoming/past appointments.
- Managing appointments by canceling or mark them as completed.
#### As a patient
- Reserve an appointment through different specialties.
- View upcoming/past appointments.
- Managing appointments by canceling or rescheduling them.## App screenshots
..
..
..
..
..
..
..
..
..
## Technologies
- The app is created using Flutter framework and managed by backend using NodeJS in [this Repo](https://github.com/MOHAMMED1MEDHAT/Clinicky-SW-project).## Installation
Clone the repo
```bash
git clone https://github.com/PrinceEGY/Clinicky.git
```Install the dependencies
```bash
flutter pub get
```Run the App
```bash
flutter run
```