diff --git a/README.md b/README.md
index b0672ec..ab0984e 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,74 @@
-# SaralSeva
+SaralSeva
+
+๐ Table of Contents
+
+- Overview
+- Project Insights
+- ๐ฎ๐ณ The Vision: Digitising Governance at the Gram Panchayat Level
+- Live Demo
+- Screenshots
+- Key Features
+- Technologies Used
+- Installation and Setup
+- Acknowledgments
+- Contact
+- How to Contribute
+- Contributing
+- Code of Conduct
+- Contribution Guidelines
+- Suggestions & Feedback
+- Show Your Support
+- License
+- Stargazers
+- Forkers
+- Project Admin
+
+
+
+๐ Overview
+
+> **SaralSeva** is a web-based full stack application designed to streamline the application and grievance resolution process for rural government schemes. This platform offers user-friendly features for users to apply for schemes, track their progress, and receive updates, as well as powerful tools for administrators and employees to manage scheme applications, monitor performance, and communicate effectively.
+
+
-**SaralSeva** is a web-based full stack application designed to streamline the application and grievance resolution process for rural government schemes. This platform offers user-friendly features for users to apply for schemes, track their progress, and receive updates, as well as powerful tools for administrators and employees to manage scheme applications, monitor performance, and communicate effectively.
-
----
+
+

+
-## ๐ฎ๐ณ The Vision: Digitising Governance at the Gram Panchayat Level
+
+
+๐ Project Insights
+
+
+
+
+ | ๐ Stars |
+ ๐ด Forks |
+ ๐ Issues |
+ ๐ Open PRs |
+ ๐ Closed PRs |
+ ๐ ๏ธ Languages |
+ ๐ฅ Contributors |
+
+
+
+
+  |
+  |
+  |
+  |
+  |
+  |
+  |
+
+
+
+
+
+
+ ๐ฎ๐ณ The Vision: Digitising Governance at the Gram Panchayat Level
SaralSeva is more than just a software project; it's an initiative for social good, aimed at strengthening governance from the ground up. It directly contributes to building a more inclusive and transparent Digital India by focusing on:
@@ -16,38 +78,33 @@ SaralSeva is more than just a software project; it's an initiative for social go
* The platform serves as a central repository of information on all available government schemes. This empowers citizens with the information they need to claim their rights and improve their livelihoods.
* With dedicated portals for employees and administrators, tasks are clearly assigned and tracked. The integrated grievance redressal system ensures that citizen concerns are heard and addressed in a structured manner.
----
-## ๐ Live Demo
+
+
+๐ Live Demo
-Experience SaralSeva live here:
+Experience SaralSeva live here:
๐ [](https://saralseva.vercel.app/)
-
-
+
[](https://github.com/ellerbrock/open-source-badges/)

+

-
-




-
-
-
-
-
-
-## ๐ธ Screenshots
+
+
+ ๐ธ Screenshots
----
+
-## ๐ Key Features
+๐ Key Features
SaralSeva is built on a robust three-tier architecture, providing distinct, secure, and feature-rich portals for each user role.
@@ -71,9 +128,28 @@ SaralSeva is built on a robust three-tier architecture, providing distinct, secu
* **Final Approval Authority**: Power to give the final approval or rejection for all applications.
* **Broadcast Announcements**: Create and display important updates for all citizens.
----
+
+
+
+
+๐ **Exciting News...**
+
+๐ This project is now an official part of GirlScript Summer of Code โ GSSoC'25! ๐๐๐ป We're thrilled to welcome contributors from all over India and beyond to collaborate, build, and grow *SaralSeva!* Letโs make learning and career development smarter โ together! ๐๐จโ๐ป๐ฉโ๐ป
-## ๐ ๏ธ Technology Stack
+๐ฉโ๐ป GSSoC is one of Indiaโs **largest 3-month-long open-source programs** that encourages developers of all levels to contribute to real-world projects ๐ while learning, collaborating, and growing together. ๐ฑ
+
+๐ With **mentorship, community support**, and **collaborative coding**, it's the perfect platform for developers to:
+
+- โจ Improve their skills
+- ๐ค Contribute to impactful projects
+- ๐ Get recognized for their work
+- ๐ Receive certificates and swag!
+
+๐ **I canโt wait to welcome new contributors** from GSSoC 2025 to this SaralSeva project family! Let's build, learn, and grow together โ one commit at a time. ๐ฅ๐จโ๐ป๐ฉโ๐ป
+
+
+
+ ๐ ๏ธ Technologies Used
### Frontend
@@ -94,9 +170,9 @@ SaralSeva is built on a robust three-tier architecture, providing distinct, secu


----
+
-## โ๏ธ Installation and Setup
+ โ๏ธ Installation and Setup
> The project is a monorepo containing four separate applications: `backend`, `user`, `employee`, and `admin`. Each must be set up and run independently.
@@ -109,9 +185,9 @@ Ensure you have the following installed:
### 1. Clone the repository:
```bash
-git clone [https://github.com/eccentriccoder01/SaralSeva.git](https://github.com/eccentriccoder01/SaralSeva.git)
+git clone https://github.com/eccentriccoder01/SaralSeva.git
cd SaralSeva
-````
+```
### 2\. Set up the Backend (`/backend`):
@@ -128,18 +204,27 @@ PORT=8000
MONGODB_URL=YOUR_MONGODB_CONNECTION_STRING
JWT_SECRET=YOUR_JWT_SECRET_KEY
+```
-# Twilio Credentials (I haven't provided my Twilio credentials in the deployment, since it is paid, LOL)
+Twilio Credentials (I haven't provided my Twilio credentials in the deployment, since it is paid, LOL)
+
+```bash
TWILIO_ACCOUNT_SID=YOUR_TWILIO_SID
TWILIO_AUTH_TOKEN=YOUR_TWILIO_AUTH_TOKEN
TWILIO_PHONE_NUMBER=YOUR_TWILIO_PHONE_NUMBER
+```
+
+ Cloudinary Credentials
-# Cloudinary Credentials
+```bash
CLOUDINARY_NAME=YOUR_CLOUDINARY_CLOUD_NAME
CLOUDINARY_API_KEY=YOUR_CLOUDINARY_API_KEY
CLOUDINARY_SECRET_KEY=YOUR_CLOUDINARY_API_SECRET
+```
+
+Firebase Credentials
-# Firebase Credentials
+```bash
FIREBASE_API_KEY=YOUR_FIREBASE_API_KEY
FIREBASE_AUTH_DOMAIN=YOUR_FIREBASE_AUTH_DOMAIN
FIREBASE_PROJECT_ID=YOUR_FIREBASE_PROJECT_ID
@@ -174,29 +259,7 @@ npm install
npm run dev
```
------
-
-### ๐ค Contributors
-We appreciate all the amazing people who have contributed to SaralSeva! ๐
-
-
-#### How to Become a Contributor
-We welcome contributions from developers of all skill levels! Here are some ways you can contribute:
-
-- ๐ Bug fixes - Help us identify and fix bugs
-- โจ New features - Suggest and implement new functionality
-- ๐ Documentation - Improve our docs and guides
-- ๐จ UI/UX improvements - Make the platform more user-friendly
-- ๐ง Performance optimizations - Help make SaralSeva faster and more efficient
-- ๐ Translations - Help make SaralSeva accessible in more languages
-- ๐ฑ Mobile responsiveness - Improve the mobile experience
-- ๐ Security enhancements - Help keep user data safe
-
-Thank you to everyone who has made SaralSeva better! ๐
+
## Issue Creation โด
@@ -220,12 +283,176 @@ Whether it's a new feature, design improvement, or a bug fix - your voice matter
Your insights are invaluable to us. Reach out to us team for any inquiries, feedback, or concerns.
-## ๐ License
+
+
+๐ Acknowledgments
+
+- Thanks to all contributors of this project
+- Special shoutout to **GirlScript Summer of Code (GSSoCโ25)** for the amazing community and support!
+- Built with dedication, collaboration, and lots of chai
+
+
+
+
+
+- **Developed by [Eccentric Explorer](https://eccentriccoder01.github.io/Me)**
+- **GitHub Issues**: [Report bugs or request features](https://github.com/eccentriccoder01/SaralSeva/issues)
+- **Email**: Contact the maintainers for collaboration opportunities
+
+*Feel free to reach out with any questions or feedback!*
+
+
+
+๐คHow to Contribute
+
+We love contributions from the community! Whether it's a bug report, a new feature, or a documentation improvement, we appreciate your help.
+
+***How to Contribute***
+
+1. **Fork the repository** and create a new branch for your changes.
+2. **Make your changes** and ensure everything is working as expected.
+3. **Submit a pull request** with a clear description of your changes.
+
+***Found a Bug?***
+
+- Check the [issue tracker](https://github.com/eccentriccoder01/SaralSeva/issues) to see if the bug has already been reported.
+- If not, open a new issue and provide as much detail as possible.
+
+***Have a Feature Idea?***
+
+- We'd love to hear it! Open an issue to discuss your idea.
+
+
+
+๐ค Contributing
+
+We welcome contributions from developers of all skill levels! Here are some ways you can contribute:
+
+### Ways to Contribute
+
+- ๐ Bug fixes - Help us identify and fix bugs
+- โจ New features - Suggest and implement new functionality
+- ๐ Documentation - Improve our docs and guides
+- ๐จ UI/UX improvements - Make the platform more user-friendly
+- ๐ง Performance optimizations - Help make SaralSeva faster and more efficient
+- ๐ Translations - Help make SaralSeva accessible in more languages
+- ๐ฑ Mobile responsiveness - Improve the mobile experience
+- ๐ Security enhancements - Help keep user data safe
+
+*Thank you to everyone who has made SaralSeva better! ๐*
+
+
+
+๐ Code of Conduct
+
+Please refer to the [`Code of Conduct`](https://github.com/eccentriccoder01/SaralSeva/blob/main/CODE_OF_CONDUCT.md) for details on contributing guidelines and community standards.
+
+
+
+๐ค๐ค Contribution Guidelines
+
+We love our contributors! If you'd like to help, please check out our [`CONTRIBUTE.md`](https://github.com/eccentriccoder01/SaralSeva/blob/main/CONTRIBUTING.md) file for guidelines.
+
+>Thank you once again to all our contributors who has contributed to **SaralSeva!** Your efforts are truly appreciated. ๐๐
+
+
+
+[](https://github.com/RhythmPahwa14/eccentriccoder01/SaralSeva/contributors)
+
+
+
+
+
+
+
+
+See the full list of contributors and their contributions on the [`GitHub Contributors Graph`](https://github.com/eccentriccoder01/SaralSeva/graphs/contributors).
+
+
+
+
+
Show some
by starring this awesome repository!
+
+
+
+
-This project is open-source and available under the MIT License.
+๐ก Suggestions & Feedback
-## ๐ Contact
+Feel free to open issues or discussions if you have any feedback, feature suggestions, or want to collaborate!
+
+
+
+๐ Show Your Support
+
+*If you find SaralSeva project helpful, give it a star! โญ to support more such educational initiatives:*
+
+- โญ **Starring the repository**
+- ๐ฆ **Sharing on social media**
+- ๐ฌ **Telling your friends and colleagues**
+- ๐ค **Contributing to the project**
+
+
+
+๐ License
+
+This project is licensed under the MIT License - see the [`License`](https://github.com/eccentriccoder01/SaralSeva/blob/main/LICENSE) file for details.
+
+
+
+โญ Stargazers
+
+
+
+
+
+๐ด Forkers
+
+
+
+
+
+๐งโ๐ปProject Admin:
+
+
+
+ Sagnik Chakraborty
+
+ |
+
+
+
+
+
+
Give us a Star and let's make magic! 
+
+
+
+
+
+
+
+ ๐จโ๐ป Built with โค๏ธ by SaralSeva Team
+ โค๏ธ Sagnik Chakraborty and Contributors โค๏ธ
+
+ Open an Issue | ๐ Star on GitHub | ๐ Live Demo
+
+
+
+
+
+ โฌ๏ธ Back to Top
+
+
-Developed by [Eccentric Explorer](https://eccentriccoder01.github.io/Me)
+
-Feel free to reach out with any questions or feedback\!
+> Ready to show off your coding achievements? Get started with **SaralSeva** today! ๐
\ No newline at end of file
diff --git a/gssoc logo.png b/gssoc logo.png
new file mode 100644
index 0000000..c01f851
Binary files /dev/null and b/gssoc logo.png differ