Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance & update the README.md file #144

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@

**My Calendar App** is a full-stack application designed to help users manage their schedules, expenses, to-dos, and notes all in one place. The app provides a seamless and intuitive user interface for efficient day-to-day management, along with robust backend support for secure data handling and user authentication.

<table align="center">
<thead align="center">
<tr border: 2px;>
<td><b>🌟 Stars</b></td>
<td><b>🍴 Forks</b></td>
<td><b>πŸ› Issues</b></td>
<td><b>πŸ”” Open PRs</b></td>
<td><b>πŸ”• Close PRs</b></td>
</tr>
</thead>
<tbody>
<tr>
<td><img alt="Stars" src="https://img.shields.io/github/stars/divyansh-2005/my-calendar-app?style=flat&logo=github"/></td>
<td><img alt="Forks" src="https://img.shields.io/github/forks/divyansh-2005/my-calendar-app?style=flat&logo=github"/></td>
<td><img alt="Issues" src="https://img.shields.io/github/issues/divyansh-2005/my-calendar-app?style=flat&logo=github"/></td>
<td><img alt="Open Pull Requests" src="https://img.shields.io/github/issues-pr/divyansh-2005/my-calendar-app?style=flat&logo=github"/></td>
<td><img alt="Close Pull Requests" src="https://img.shields.io/github/issues-pr-closed/divyansh-2005/my-calendar-app?style=flat&color=critical&logo=github"/></td>
</tr>
</tbody>
</table>



## ✨ Features

- πŸ” **User Authentication**: Secure login and registration using JWT (JSON Web Tokens).
Expand All @@ -12,6 +35,34 @@
- πŸ—’οΈ **Notes Management**: Store and organize notes with timestamps.
- πŸ“± **Responsive Design**: Works across desktop and mobile devices.

### πŸ’΅ How to Contribute

![image](https://github.com/user-attachments/assets/5263dc32-ce09-4835-b964-7f996e970eb5)

#### 1. Fork the repository to your GitHub account.
#### 2. Clone the forked repository to your local machine.
```bash
git clone https://github.com/YOUR_USERNAME/my-calendar-app.git
```
#### 3. Create a new branch for your changes.
```bash
git checkout -b feature/your-feature
```
#### 4. Make your changes, whether they're bug fixes, new features, or improvements.
#### 5. add the change in your branch
```bash
git add .
```
#### 6. Commit your changes with descriptive commit messages.
```bash
git commit -m "Add your descriptive commit message here"
git push origin feature/your-feature
```
#### 7. Open a Pull Request (PR) against the main repository.
### Additional Notes
#### Start working on the issue, Don't wait to get it assigned by the maintainers
#### Your every contribution counts, Thanks for contributing to my-calendar-app

## πŸ’» Technologies Used

### Frontend
Expand Down