From c3797d1a6129ee96483a2736682d6319e44fbc13 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Thu, 8 Jan 2026 14:00:46 +0530 Subject: [PATCH 1/4] just checking because emoji doesnt supporting on vs code(preview mode) --- README.md | 49 +++++++++++++++++++++++++++++++------------------ 1 file changed, 31 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index e6f4467..5ae032d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +## 📚 Table of Contents + +- [About the Project](#profile-rank-fitfinder--find-opportunities-meant-for-you) + +- [What Can You Do with Profile Rank?](#what-can-you-do-with-profile-rank) + +- [Tech Stack](#-tech-stack) + # 🎯 Profile Rank (FitFinder) – Find opportunities Meant for You Welcome to **Profile Rank**, a smart and community-driven platform where you can discover **global scholarships, conferences, hackathons, research programs, apprenticeships, and more**, all based on your profile. @@ -9,17 +17,19 @@ Welcome to **Profile Rank**, a smart and community-driven platform where you can ## 🌍 What Can You Do with Profile Rank? ✨ **Discover Opportunities** -Search or browse through opportunities curated by other users: -- 🎓 Scholarships -- 🧑‍🔬 Research Programs -- 🧑‍🏫 Apprenticeships -- 🧑‍💻 Hackathons +Search or browse through opportunities curated by other users: + +- 🎓 Scholarships +- 🧑‍🔬 Research Programs +- 🧑‍🏫 Apprenticeships +- 🧑‍💻 Hackathons - 🌎 Conferences ... and see if you're a good fit or what you can do to become one. 🧠 **Find Your Fit** Once you create your **FitProfile**, the system will show you how well you match with each opportunity using a percentage based on your: + - Skills - Education & GPA - Location @@ -40,7 +50,7 @@ Save opportunities, view past submissions, and help others in any way you can. ## 🧰 Tech Stack | Part | Tech Used | -|----------------|-------------------------------------| +| -------------- | ----------------------------------- | | Frontend | React.js, TailwindCSS | | Backend | Node.js with Express or Firebase | | Database | MongoDB or Firebase Realtime DB | @@ -53,12 +63,12 @@ Save opportunities, view past submissions, and help others in any way you can. ## 💻 Pages in the MVP -1. **Home** – Overview of platform and highlights of other sections -2. **Opportunities** – List view with filters (type, location, deadline, fit score), full info, apply link, success stories, and chance level -3. **Submit Opportunity** – Form to submit a new opportunity (login required) -4. **My Dashboard** – Saved opportunities, fit history, profile editor -5. **FitProfile Setup** – Onboarding flow or edit page -6. **Success Stories** – A separate feed of real user stories and tips +1. **Home** – Overview of platform and highlights of other sections +2. **Opportunities** – List view with filters (type, location, deadline, fit score), full info, apply link, success stories, and chance level +3. **Submit Opportunity** – Form to submit a new opportunity (login required) +4. **My Dashboard** – Saved opportunities, fit history, profile editor +5. **FitProfile Setup** – Onboarding flow or edit page +6. **Success Stories** – A separate feed of real user stories and tips 7. **Admin Panel (optional)** – For moderators to approve or reject opportunities --- @@ -68,7 +78,9 @@ Save opportunities, view past submissions, and help others in any way you can. > Ready to contribute? We welcome beginners! 🙌 ### 📦 Prerequisites + Make sure you have: + - Git and GitHub account - Node.js and npm installed - Code editor (VS Code recommended) @@ -92,12 +104,12 @@ We follow beginner-friendly open source practices. ### 📌 Step-by-Step Guide -1. Go to the [Issues](https://github.com/Code-Social/fitfinder/issues) tab -2. Look for labels like `good first issue`, `help wanted`, or `feature request` -3. Comment on the issue to get assigned -4. **Fork** the repo -5. Create a new branch (e.g., `feature/form-validation`) -6. Make your changes +1. Go to the [Issues](https://github.com/Code-Social/fitfinder/issues) tab +2. Look for labels like `good first issue`, `help wanted`, or `feature request` +3. Comment on the issue to get assigned +4. **Fork** the repo +5. Create a new branch (e.g., `feature/form-validation`) +6. Make your changes 7. Create a Pull Request (PR) – we'll review and guide you ### 🔁 Example Commands @@ -129,6 +141,7 @@ git push origin feature/profile-card ## 💬 Community and Help Questions? Ideas? Join us here: + - 💬 [Discord](https://discord.gg/MSTNyRSPYW) - 💡 [Instagram](https://instagram.com/codesocial.tech) - 🌐 [Website](https://codesocial.tech) From 346b8925e6b1f5e1901ebcde7282cfcd90b4fb46 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Thu, 8 Jan 2026 14:03:53 +0530 Subject: [PATCH 2/4] checking again 2nd method --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5ae032d..3f9a8ed 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ - [Tech Stack](#-tech-stack) +- [Pages in the MVP](#pages-in-the-mvp) + # 🎯 Profile Rank (FitFinder) – Find opportunities Meant for You Welcome to **Profile Rank**, a smart and community-driven platform where you can discover **global scholarships, conferences, hackathons, research programs, apprenticeships, and more**, all based on your profile. From c37570b334b7333c01de4033c55c92bc81f297a2 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Thu, 8 Jan 2026 14:10:46 +0530 Subject: [PATCH 3/4] Add table of contents to README --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3f9a8ed..b97d7c2 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,19 @@ ## 📚 Table of Contents -- [About the Project](#profile-rank-fitfinder--find-opportunities-meant-for-you) +- [About the Project](#-profile-rank-fitfinder--find-opportunities-meant-for-you) -- [What Can You Do with Profile Rank?](#what-can-you-do-with-profile-rank) +- [What Can You Do with Profile Rank?](#-what-can-you-do-with-profile-rank) - [Tech Stack](#-tech-stack) - -- [Pages in the MVP](#pages-in-the-mvp) +- [Pages in the MVP](#-pages-in-the-mvp) +- [Getting Started](#-getting-started) +- [How to Contribute](#-how-to-contribute) +- [Areas You Can Contribute To](#-areas-you-can-contribute-to) +- [Community and Help](#-community-and-help) +- [Project Maintainers](#-project-maintainers) +- [WOCS Mentors](#-wocs-mentors) +- [Code of Conduct](#-code-of-conduct) +- [Support the Project](#-support-the-project) # 🎯 Profile Rank (FitFinder) – Find opportunities Meant for You From 70457b33911818bbc9d3e984bb5d2f16cf444db6 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Thu, 8 Jan 2026 14:23:49 +0530 Subject: [PATCH 4/4] docs:add HTML anchors to fix broken TOC links with emojis --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b97d7c2..28d242d 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ Save opportunities, view past submissions, and help others in any way you can. --- + + ## 🧑‍💻 Getting Started > Ready to contribute? We welcome beginners! 🙌 @@ -107,6 +109,8 @@ Open `http://localhost:3000` in your browser. --- + + ## 🛠️ How to Contribute We follow beginner-friendly open source practices.