The is a Babmutna Web client, implemented using React. It can run on chrome, We don't consider any other browser. It shoulde be used through the Galaxy S5 mode of Chrome Developer Tools. This is the Design Project of CS374:Introduction to Human-Computer Interaction made by Team Babmutna.
The POV of our project is that Pakistani students at KAIST need an integrated management system that provides an easy way to organize and coordinate their diets because they are a party of people with specific food restrictions who eat and cook together in large groups.
Our project support 3 tasks
- Check Today’s menu and its recipe, after then announce that dinner is ready
- Check “when & what” you’re gonna cook with “whom”
- Trade your duty date with another member.
- Prepare your environment: Requirements
- Clone this repo, and goto the project root directory
- run
npm install - run
npm start - Enjoy
We using react library to implement this page. Our root JS file is src/App.js, We Load Data from firebase after component mount. The First Page is Today Menu. it implemented in src/components/TodayMenu/. You can change the page using menu implemented in src/components/Header/. Each Page (calendar, recipes and Trade) is implemented in src/components/Calendar ,src/components/Recipe and src/components/Trade/