project-root/
├── public/
│ └── index.html # Main HTML template
├── src/
│ ├── components/ # Reusable UI components
│ │ ├── DoctorCard.js # Component for displaying doctor information
│ │ ├── SpecialtyButton.js # Button component for selecting specialties
│ │ └── Layout.js # Layout component for page structure
│ ├── pages/ # Page components
│ │ └── Home.js # Home page of the app
│ ├── App.js # Main component where the app structure is defined
│ ├── index.js # Entry point of the React application
│ └── theme.js # Theme configuration (e.g., Material-UI theme)
├── package.json # Project dependencies and scripts
└── README.md # Project documentation (this file)
-
Notifications
You must be signed in to change notification settings - Fork 2
Bikisome/Telemedicine
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published