diff --git a/README.md b/README.md index 3aab9ce..3244ef7 100644 --- a/README.md +++ b/README.md @@ -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. + + + + + + + + + + + + + + + + + + + +
🌟 Stars🍴 Forks🐛 Issues🔔 Open PRs🔕 Close PRs
StarsForksIssuesOpen Pull RequestsClose Pull Requests
+ + + ## ✨ Features - 🔐 **User Authentication**: Secure login and registration using JWT (JSON Web Tokens). @@ -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