From 8bd240e0eeed5eb209a7a64dc6557b0fc5cdea70 Mon Sep 17 00:00:00 2001 From: Md Rehan Date: Fri, 18 Oct 2024 23:50:43 +0530 Subject: [PATCH 1/2] enhance the README.md file --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 3aab9ce..658f175 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,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 From dc86aa21600248e3de707e0a8ce6894d87d48e48 Mon Sep 17 00:00:00 2001 From: MD REHAN <143922855+REHAN-18@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:43:36 +0530 Subject: [PATCH 2/2] added GitHub stats also README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 658f175..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).