This is my smart cookbook implementation for the CS6067 (User Interface Design) course at the University of Cincinnati. More information about this project is available at https://sites.google.com/view/egardner2019/university-of-cincinnati/cs6067-user-interface-design. Additionally, the code for this project is deployed at https://cookingcompanion.netlify.app/.
This project was created with Vite and React. Additional dependencies include react-bootstrap and react-router-dom.
Complete the following steps to run the code in this repository.
- Clone this repository.
- Open a terminal and navigate to the folder for this project.
- Run "npm install" to install this project's dependencies (react, react-bootstrap, react-dom, and react-router-dom).
- Run "npm run dev" to run the code locally. Vite will tell you the address in which it is being run (likely http://127.0.0.1:5173/).
- Open the address in which the code is being run to view the working project.