Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
killshotxd committed Nov 17, 2023
1 parent 76c8184 commit a21a4c6
Showing 1 changed file with 65 additions and 5 deletions.
70 changes: 65 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a21a4c6

Please sign in to comment.