From b93fbc6e31db821ba7d17d650d88c6bd96476e14 Mon Sep 17 00:00:00 2001 From: Sparsh Date: Thu, 31 Jul 2025 21:23:11 +0530 Subject: [PATCH] Update README.md - Added badges for last commit, issues, stars, forks - Added Demo & Preview section - Improved installation steps - Added API Table - Added Folder Structure & Roadmap - Added Contributing and Contact section - Fixed typos and removed duplicates --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8f3c68..aac05f5 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ Create `serviceAccountKey.json` at the root of `backend-classmgmt` ``` FIREBASE_API_KEY=firebase_api_key -BASE_URL=localhost:5173 +BASE_URL=http://localhost5173 VITE_APP_ENV=development ``` @@ -210,6 +210,15 @@ We welcome contributions from the community! --- +## 📌 Roadmap + +* Add real-time chat feature +* Add AI-based attendance tracker +* Integrate deployment on Vercel/Render +* Add dark mode for frontend + +--- + ## 📄 License This project is licensed under the [MIT License](LICENSE).