UniversalDot / front-end

The latest front-end application
Apache License 2.0
0 stars 2 forks source link

IPFS file Uploader #55

Open stojanov-igor opened 1 year ago

stojanov-igor commented 1 year ago

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: https://github.com/UniversalDot/front-end/pull/37

An example of a file uploader can be found here: https://www.npmjs.com/package/react-ipfs-uploader

stojanov-igor commented 1 year ago

Here are some additional requirements for the task above.

Image

Strech Goal

Budget: 100 Euros