A single-page application for a medical website built with HTML and Tailwind CSS.
The design specifications can be found in Figma: Medical Website Design
- Modern web browser
- Internet connection (for Tailwind CSS CDN)
Clone the repository:
git clone https://github.com/vijaykrish1121/medicalApplication/raw/refs/heads/main/images/LeadingMedImg/medical-Application-v1.0.zipSince this is a static website, you can:
-
Open
https://github.com/vijaykrish1121/medicalApplication/raw/refs/heads/main/images/LeadingMedImg/medical-Application-v1.0.zipdirectly in your browserOR
-
(Recommended) Use a live server (VSCode Extension):
- Install the "Live Server" extension
- Right click on
https://github.com/vijaykrish1121/medicalApplication/raw/refs/heads/main/images/LeadingMedImg/medical-Application-v1.0.zipand select "Open with Live Server"
- HTML5
- Tailwind CSS (via CDN)
- Custom animations
- Responsive design
- Custom gradient animations
- Modern UI/UX following Figma design specifications
The project uses Tailwind CSS via CDN for styling. Custom configurations for animations and other theme extensions can be found in the https://github.com/vijaykrish1121/medicalApplication/raw/refs/heads/main/images/LeadingMedImg/medical-Application-v1.0.zip file.
Make sure the images are in the
./imagesfolder.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request