Live Site Link Live Site Link
Yooda Hostel Client Git Repository Link Git Repository Link.
- javascript
- Node.js / Express.js
- React.js
- Cors
- Nodemon
- React Form Hook
- React Router DOM v6
- SweetAlert
- Heroku
- bootstrap
Yooda Hostel
is a reputed hostel in Dhaka. They are facing some issues in planning and distributing
food to their students. You need to build an application to solve their issue. They have prepared
requirements for you
-
Admin can add food with price.Form will have - food name, cost price,after adding show it in a table (backend pagination mandatory) , He can edit and delete each item.
-
Admin can add new student , Form will contain - full name, roll,age, class, hall name , status (“active”, “inActive”, )
-
Student table will have a checkbox in every row, and the admin can change status ( “inActive”, “active”) by selecting multiple items from the table.(Bulk action by single button click).
-
There will be a student table (backend pagination mandatory), edit and delete items.
-
While serving food, create a distribution form where admin can search students by roll, select “shift” from drop down, “Date”. Add food item they want to take, Then change the status to “served”
-
If a student has been already serve in that shift on date, show a message - “Already served”