Siphon880gh / reprint

In alphabetical order, by Aidan Guarniere, Cassandra Hurlbut, Jonathan Wilferd, and Weng Fei Fung. A non-fungible token (NFT) can be a digital file such as pictures, animations, audio, or video but they are not interchangeable because they are made unique by blockchain technology. Because they are unique exclusive items, they can be purchased and passed from one user to another. But what if we just want some samples? With Reprint, users can download and share Reprints of NFTs that are forever free. If you like a style, follow the artist to their actual NFT sales page. Browse trending reprints. Create a collection of your favorite reprints.
4 stars 0 forks source link

Create Basic React Pages #13

Closed jwilferd10 closed 3 years ago

jwilferd10 commented 3 years ago

Create Skeletal Structure of React Pages

Pages to be created:

NOTE: These do not need to return data yet, they just need to exist. Once the pages work correctly and show hardcoded information, start moving to call appropriate data to show information from the database

jwilferd10 commented 3 years ago

Update 1.1:

Following has been added:

jwilferd10 commented 3 years ago

Update 1.2:

Consider using Ant Design or Chakra UI

Two new pages to be worked on:

clhurlbut commented 3 years ago

Update 1.2:

Consider using Ant Design or Chakra UI

Two new pages to be worked on:

  • Author.js

    • Think of author as another user's profile.
  • Reprint.js

    • Will be page where the reprint is showcased

I made the profile page work for both the user or a different username. No need for the author page now

Siphon880gh commented 3 years ago

Great. You can use the useQuery hook to see if it's at /me, otherwise that's the user id at the end.

On Sat, Apr 3, 2021 at 8:27 PM Cassandra Hurlbut @.***> wrote:

Update 1.2:

Consider using Ant Design or Chakra UI

Two new pages to be worked on:

-

Author.js

  • Think of author as another user's profile.
  • Reprint.js

  • Will be page where the reprint is showcased

I made the profile page work for both the user or a different username. No need for the author page now

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Siphon880gh/reprint/issues/13#issuecomment-812964408, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJWKZNNESKGCLCYAILUBB3TG7MBZANCNFSM42IBKOPQ .

Siphon880gh commented 3 years ago

useParam* hook from React Router

On Sat, Apr 3, 2021 at 10:56 PM Weng Fei Fung @.***> wrote:

Great. You can use the useQuery hook to see if it's at /me, otherwise that's the user id at the end.

On Sat, Apr 3, 2021 at 8:27 PM Cassandra Hurlbut @.***> wrote:

Update 1.2:

Consider using Ant Design or Chakra UI

Two new pages to be worked on:

-

Author.js

  • Think of author as another user's profile.
  • Reprint.js

  • Will be page where the reprint is showcased

I made the profile page work for both the user or a different username. No need for the author page now

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Siphon880gh/reprint/issues/13#issuecomment-812964408, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJWKZNNESKGCLCYAILUBB3TG7MBZANCNFSM42IBKOPQ .

jwilferd10 commented 3 years ago

Update 1.3:

Majority of pages have been created, now need to be fleshed out. Issue should be done.