The front-end application is avalaible in the following repository: https://github.com/UniversalDot/front-end
Clone the repo and check out the branch that I have created for you.
git fetch origin
git checkout 55-ipfs-file-uploader
Make sure that you commit everything to the existing branch. Once the task is completed, we will create a pull request to merge to develop.
Create a file uploader that allows the user to upload a file into the web application. The file uploader should use existing UI elements and styles. In more detail, the task should fulfill the following conditions:
Implement this file uploader for the Attachment input in src/pages/OrganizationOwn.tsx
Keep in mind that the application is already connected to IPFS node running at http://109.235.70.27:5001. To see how the integration was done, check out the following pull-request: #37
An example of a file uploader can be found here: https://www.npmjs.com/package/react-ipfs-uploader
The front-end application is avalaible in the following repository: https://github.com/UniversalDot/front-end
Clone the repo and check out the branch that I have created for you.
Make sure that you commit everything to the existing branch. Once the task is completed, we will create a pull request to merge to
develop.Create a file uploader that allows the user to upload a file into the web application. The file uploader should use existing UI elements and styles. In more detail, the task should fulfill the following conditions:
Implement this file uploader for the
Attachmentinput insrc/pages/OrganizationOwn.tsxKeep in mind that the application is already connected to IPFS node running at http://109.235.70.27:5001. To see how the integration was done, check out the following pull-request: #37
An example of a file uploader can be found here: https://www.npmjs.com/package/react-ipfs-uploader