Diet UnQuiet is a website created from React. It is a project that 7 undergraduate students wanted to create for their capstone class. The purpose of Diet Unquiet is to be a dieting app that offers the user a creative, and efficient way to lose weight. The app is constructed to offer the users a variety of options and approaches when it comes to losing weight, and staying healthy. For more information about the features read the about us page on the website.
Our app was deployed using Firebase Hosting and can be found here.
To use the Locator section of our app, you would need to enable the server here.
https://vast-teal-ostrich-ring.cyclic.app/
Instructions on how to clone and run the repo on your local machine.
- On your computer you need to download node js and npm, doesn't matter what Operating System you have.
To check you have installed node js correctly run the following command in your terminal to check the version of node js that you have installed: node -v or npm -v
If the command above does not work then you have not installed it correctly.
-
Clone the repo from github (need collaborator access since this repo is private)
-
Open the repo in a text editor (we prefer VS code) and open a terminal and cd into the project repo that you cloned from github in the terminal.
-
Type
npm iin the terminal and then press enter to download the node modules and dependencies that the project needs. -
Finally, type
npm startin the terminal and then press enter to run the project.
The ability to add a profile picture. The ability to see all journal entries listed out in a single page like a table.
Part of the process was recorded as GIFs and stored in a Google Drive folder found here.