From a21a4c6e8c74c9ad8401a6836de727b1f059252a Mon Sep 17 00:00:00 2001 From: Mohd Hassan Date: Fri, 17 Nov 2023 10:42:05 +0530 Subject: [PATCH] Update README.md --- README.md | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 65 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f768e33..5d623b8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,68 @@ -# React + Vite -This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. +# SCHOOL CATERING MANAGEMENT SYSTEM -Currently, two official plugins are available: +School catering management system is a system designed for schools and Catering services. Schools can order their required items provided by Catering service. It has various features for schools and caterers as well. + +Checkout my project here : https://pub-sis.vercel.app/ + +**Login Credentials** [username, password] +- Admin Panel - [ admin@email.com, 123456 ] +- School Panel - [ test@email.com, 123456 ] + +PS: If you delete a product please add it back also 😊 + + + + +## Features + +- Onboarding of Schools with id and passwords. +- All valuable information sent on e-mail. +- Fully responsive. +- Product management. +- Invoices. +- Filtering / Sorting. +- Pagination / Search. +- Cart System. +- Pending and Approval of orders. +- Reject orders. +- Favourites. +- Active / In-Active Products etc. + + +## Installation and Running Locally + +Install with npm + +```bash + npm install + cd my-project + npm run dev +``` + +## Tech Stack + +**Client:** React, DaisyUI, TailwindCSS + +**Server:** Node, Express, Firebase + + +## Screenshots +### Admin Panel +![Dashboard](https://github.com/killshotxd/scportalss/blob/main/1.PNG?raw=true) +# +![Dashboard](https://github.com/killshotxd/scportalss/blob/main/2.PNG?raw=true) +# +![Dashboard](https://github.com/killshotxd/scportalss/blob/main/3.PNG?raw=true) +# +### School Panel +![Dashboard](https://github.com/killshotxd/scportalss/blob/main/4s.PNG?raw=true) +# +![Dashboard](https://github.com/killshotxd/scportalss/blob/main/5s.PNG?raw=true) +# +![Dashboard](https://github.com/killshotxd/scportalss/blob/main/6s.PNG?raw=true) +# +## Feedback + +If you have any feedback, please reach out to us at hassanansari211@gmail.com -- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh -- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh