This is an easy first issue:
Minimum Viable Product: Create a standalone React component to upload an image from your file system.
This will eventually be used to store images in our database, but that is outside the scope of this task.
Ideas: Look into file upload modules from the NPM library. This will make it easier, as you will just have to style this component that has been pre-made for open source use.
Enhancements:
Style the component to align with our site's design
Allow uploading of multiple files
Allow uploading of any file type, not just images
(May be much harder, but quite important) Allow uploading from Google Drive
This is an easy first issue: Minimum Viable Product: Create a standalone React component to upload an image from your file system.
This will eventually be used to store images in our database, but that is outside the scope of this task.
Ideas: Look into file upload modules from the NPM library. This will make it easier, as you will just have to style this component that has been pre-made for open source use.
Enhancements: