Skip to content

Commit f68c62b

Browse files
author
anitaparmar26
committed
updated readme file
1 parent 19583ce commit f68c62b

2 files changed

Lines changed: 51 additions & 2 deletions

File tree

README.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,51 @@
11
# MediCloud
2+
3+
## ✅ What is Medicloud
4+
5+
Modern, premium, and conversion-focused Telehealth SaaS landing page built with Tailwind CSS. MediCloud is designed for telemedicine startups, healthcare SaaS products, clinics, hospitals, online doctor consultation platforms, and digital health businesses.
6+
7+
Built with a clean and aesthetic, this template helps you launch a professional healthcare SaaS website quickly with responsive layouts, modern UI sections, and scalable design component.
8+
9+
For Live Demo [Medicloud](https://codescandy.com/template/telehealth-saas-one-page-template/)
10+
11+
12+
## Getting Started
13+
14+
1. Clone or download the repository
15+
2. Install dependencies: `npm install`
16+
3. Run the development server: `npm dev`
17+
4. Open your browser and navigate to `http://localhost:3000`
18+
19+
20+
21+
## Folder Structure
22+
23+
```
24+
inapp/
25+
├── src/
26+
│ ├── assest/ # Static assets
27+
│ │ ├── images/ # Images
28+
│ │ ├── js/ # JS
29+
│ │ ├── scss/ # CSS and styling
30+
│ └── Homepage # Index.html
31+
├── vite.config.js/ # Config Files
32+
├── package.json # Project dependencies
33+
├── README.md # Documentation
34+
└── .gitignore # Git ignore file
35+
```
36+
37+
## Requirements
38+
39+
- Node.js 14+
40+
- npm or yarn
41+
- Modern web browser
42+
43+
44+
45+
## Support Contact
46+
47+
For support, please reach out to:
48+
49+
- Contact us: [Codescandy](https://codescandy.com/contact-us/)
50+
51+
We are here to help you with any questions or issues you may have!

src/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ <h2 class="display-6 mb-4">
488488
<div class="row justify-content-center">
489489
<div class="col-xl-6 col-12">
490490
<div class="text-center mb-8 testimonial-heading">
491-
<h2 class="display-6 ">What success looks like with Tebra</h2>
491+
<h2 class="display-6 ">What success looks like with MediCloud</h2>
492492
<p>Our clients don't just work with us, they grow with us. Here's what a few of our satisfied customers had
493493
to say about their experience with MediCloud.</p>
494494
</div>
@@ -964,7 +964,6 @@ <h3 class="text-white">Legal</h3>
964964
<p class="mb-0"><span>System Status:</span> <span class="text-white">Operational</span> </p>
965965

966966
</div>
967-
968967
</div>
969968

970969
</div>

0 commit comments

Comments
 (0)