iCare is a yoga and meditation-focused web application aimed at enhancing physical and mental well-being. π It combines a serene design, easy navigation, and powerful functionality to bring mindfulness closer to everyone. Built collaboratively using HTML, CSS, JavaScript, and PHP, iCare is hosted locally through XAMPP.
- β¨ Features
- π§ Technologies Used
- π Project Structure
- βοΈ Installation
- π Usage
- π€ Contributing
- π License
- π§ββοΈ Yoga & Meditation Resources: Step-by-step guides for all levels.
- π€ Community Sharing: Share tips and connect with others on the wellness journey.
- π± Responsive Design: Smooth user experience across devices.
- βοΈ Contact Forms: Collect user feedback efficiently.
- π οΈ Dynamic Backend: PHP-powered for scalable content delivery.
- Frontend: π HTML5, π¨ CSS3, and βοΈ JavaScript
- Backend: π οΈ PHP
- Local Server: π XAMPP
- Version Control: π Git & GitHub
π¦ iCare/
βββ π assets/
β βββ π css/ # Stylesheets
β βββ π js/ # JavaScript files
β βββ π images/ # Images
β
βββ π php/ # PHP backend scripts
β βββ connect.php # Database connection
β βββ processForm.php # Form handling
β
βββ π index.html # Landing page
βββ βΉοΈ about.html # About page
βββ βοΈ contact.html # Contact form
βββ π README.md # Documentation
βββ π LICENSE # License file
βββ π .gitignore # Git ignore file
Follow these steps to get started with iCare locally:
-
Clone the Repository π₯
git clone https://github.com/bhadaliyasahaj/iCare.git
-
Install XAMPP π οΈ
Download and install XAMPP. -
Move Files π
Copy the project folder into thehtdocs
directory of your XAMPP installation:mv iCare /path-to-xampp/htdocs/
-
Start Server π
Launch Apache and MySQL from the XAMPP Control Panel. -
Access the App π
Open your browser and navigate to:http://localhost/iCare
- Navigate to the home page to explore yoga and meditation guides. π§ββοΈ
- Visit the About section to learn more about iCare. βΉοΈ
- Use the Contact form to share feedback or suggestions. βοΈ
We welcome contributions to enhance iCare! π οΈ
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
. - Commit your changes:
git commit -m "Add your message here"
. - Push to the branch:
git push origin feature/your-feature-name
. - Create a pull request. π
This project is licensed under the MIT License. Feel free to use and modify the code! π
π‘ Stay mindful, stay healthy! π
Feel free to tweak this to suit your project!