Latest solutions
Responsive Advice Generator API APP using reactJS
#react#tailwind-css#typescriptSubmitted about 1 year agoResponsive countries api rest app with dark theme and search
#react#tailwind-css#typescript#react-routerSubmitted over 1 year agoResponsive article preview using tailwind, react and vite
#react#tailwind-css#vite#typescriptSubmitted over 1 year ago
Latest comments
- @ArShadhinJr@Mahmoudamin11
hello , great work bro :). That's awesome. I just want to ask how did you or what did you use for uploading the project to githup and deploying it ?
- @nour-elhabbal@Mahmoudamin11
great work man :)
- but u have a problem that after calculating the tip everything is well no problem but if the user changed the bill nothing happens and the value isnot updated . so u have to do calculating after blur the bill input and check that the rest of the inputs are well before calculating to avoid appearing NaN or Undefined Thanks :)
Marked as helpful - @lawrence-yoon@Mahmoudamin11
Great work keep going :)
- @Ansh-Malik1@Mahmoudamin11
Great work, Keep going you are doing awesome : ) but i think you didn't use the font needed in the design or the required colors put in the style guide file
- @BrunnoHibbeln@Mahmoudamin11
rem => stands for the root which is html like font Size for example in the root it is always 16px so if you used 2rem it means 2 * 16 = 32px
em=> stands for the body which is my default it's like html but you can change it like body {font-size: 15px;} in this case you made the font size em = 15 so font-size: 2em; means 30px ;
- Awesome work by the way : )
Marked as helpful - @mooogz@Mahmoudamin11
Nice job : ) in the hover of the button try to make make it smooth by giving it => transition: 0.3s; and make the cursor: pointer; that will be much better
- And the background is white : )
- Awesome work never stop