YHTerrance / SOLution

Novel concept of answer-to-earn platform built on Solana.
6 stars 0 forks source link

Frontend: UI/UX enhancements #19

Closed YHTerrance closed 2 years ago

YHTerrance commented 2 years ago

Global changes

  1. use tailwindcss to set up darkmode
  2. Add a new page called rewards that lists the rewards that the user has received and can redeem the rewards. ...

Small changes

  1. At the place where you input the charge, make it a responsible calculator that automatically shows the approximate costs of the action. (BASE_FEE + [user_input_reward_amount] + approximate rent = calculated approximate cost)
  2. Any UI/UX enhancement you wish ...