A digital cookbook created for UC San Diego CSE 110 - Software Engineering. We are Group 9, the import pandas
!
This is a desktop app that runs using electron.js
and other web technologies.
- Fork or Clone this repository
- Navigate to the root folder in your preferred shell
- Ensure that you have a recent LTS version of Node.js and npm installed.
- Run
npm install
. npm should install all of this app's dependencies for you. - Run
npm start
. This will invoke the electron runtime environment and open the app window on your desktop.
- Create
- Read
- Update
- Delete
- Electron Desktop App
- Styling
- Filesystem Operations
- Offline Import/Export
- HTML5 Validation Complete
- JavaScript linting and styling
- CSS linting and styling
- Jest Unit Testing
- Automated Electron builds and packaging on every commit
- JSDoc document generation
- End-to-end testing
- Sprint 1 (Completed 11/13/2021)
- Sprint 2 (Completed 11/28/2021)
- Sprint 3 (Completed 12/09/2021)