A project by American Aussies Group for 35L. This web app provides students with a clean and easy way to see which dining hall foods are eating for the day. We created an app that allows students to rate all the different types of Dining Hall Foods.
Project Presentation: https://docs.google.com/presentation/d/1KQVCiHmqa3h7OHLbTAwLLZhZYgeHV7LxtCm0ZnNHyio/edit?usp=sharing
Go into terminal and change directories into your desired directory. Then, run the following git command:
git clone https://github.com/CasparB/rmfucla
Change directories into rmfucla
cd rmfucla
Then to initialize your work space, run the commands in the shell to donwload the required node packages:
npm install firebase
npm install react-router-dom
npm install react-icons --save
npm install react-dropdown --save
npm install axios cheerio
npm install react-loading-icons
Now to run the app, run the following command in the shell:
npm start
Now sign in with any Google account and enjoy using the app!