cse110-fall21-group9 / Digital-Cookbook-App

A digital cookbook app engineered by UC San Diego CSE 110 Group 9 for the Fall 2021 quarter. A desktop app that uses electron and other web technologies.
1 stars 1 forks source link

Add Import/Export functionality to the frontend #56

Closed haxoc closed 2 years ago

haxoc commented 2 years ago

Use the hooks defined in preload.js (which make IOSystem calls for you) to implement the front end for importing json files and add checkboxes in order to export json files.

Global edit mode (#60) could be considered a soft prerequisite for this.

haxoc commented 2 years ago

Closed respective PR