Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Amarjha01 authored Dec 23, 2024
1 parent 4020b13 commit 7c10605
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

**InfantCareCompass** is a comprehensive web application designed to assist new and busy parents in managing their child's healthcare needs. The platform offers features such as vaccination tracking, childcare education, and more, empowering parents with a digital toolkit for effective child healthcare management. :contentReference[oaicite:0]{index=0}
**InfantCareCompass** is a comprehensive web application designed to assist new and busy parents in managing their child's healthcare needs. The platform offers features such as vaccination tracking, childcare education, and more, empowering parents with a digital toolkit for effective child healthcare management.

## Features

Expand Down Expand Up @@ -84,7 +84,25 @@ Create a .env file in the root directory and add the following:
├── package.json # NPM package configuration
└── README.md # Project documentation



---

### Contributing

We welcome contributions to enhance the functionality and features of InfantCareCompass.

To contribute:
Fork the repository.
Create a new branch: git checkout -b feature/your-feature-name.
Make your changes and commit them: git commit -m 'Add new feature'.
Push to the branch: git push origin feature/your-feature-name.
Submit a pull request detailing your changes.

# Screenshot

<details>
<summary><b> View </b></summary><br>
<div style='display:flex; align-items:center; gap: 10px;' align='center'>
<img src="" alt="" />
</div>
</details>

0 comments on commit 7c10605

Please sign in to comment.