Gym-Bros-Programs / banana-math

Math is bananas
1 stars 0 forks source link

Refactor the current UI to include task bar #39

Open Micsushi opened 2 months ago

Micsushi commented 2 months ago

Right now the code for the Menu (Contact Support Setting) is in MonkeyMath.tsx and not very reusable. We need this code (and the logo and name too) separated so all other pages can use the same ones. So mostly need to extra this into a separate class and also change the Buttons to: Pratice, Leaderboard, Info, Setting, Profile, with a temp icon and name on left

manan3172003 commented 2 months ago

@Kunal112003 idk if you have yet or not but look into MaterialUI: https://mui.com/material-ui/all-components/ It has already made components which are pretty easy to use and you can set a colour theme which will apply to all components automatically.