-
Notifications
You must be signed in to change notification settings - Fork 3
Description
An important feature that IntelliSlides should have is allowing the users to opt-in to having images automatically added for them in each slide of their presentations. This would require a checkbox on the frontend (the CSS of which is already coded and can be found in the App.css file), and then code on the backend that could get the value of the checkbox. Then, there will need to be an API that the backend should interact with (Google Image Search API as an example) which can get the images. Finally, the image should be added into the presentation using the Google Slides API. There is some code that is commented in both the backend and frontend that correspond to this feature, since the development for this was started a while ago but was not completed. Make sure to look at that and try to use some of it to save some time.