Tell me where i made mistakes or give me feedbacks!
Burham B. Soliman
@egstarAll comments
- @Iqboljon-Ummataliyev-779Submitted 11 months ago@egstarPosted 11 months ago
Goodjob so far,
there were some missing things, you need to lookup for it to make it fully functionally.
UI:
- Use the correct colors for keypad at first theme
- Allow user to switch them upon click as the use would not figure out the drag function
- use
user-select:none
at you're CSS to disable text selection
Functions:
- Restrict double dotted
.
numbers, so the number can only get 1 decimal dot to avoid NaN results - Fix
.
key to insert decimal dot into the text as it's only allowed using keyboard - Set default value to
0
and make it shown into the calc screen - Allow using math functions with the result of the current process, so you can use
+
,-
,*
and/
with the current result instead of getting result only by=
that's all what i got for now, goodluck and enjoy your codes.
0 - @Vadivel-BabuSubmitted 11 months ago@egstarPosted 11 months ago
Good job, You just need to add some missing things, to get the project works as per documents,
CSS
- Missing font family with the required font as per documents,
- Gap between rendered boxes to get the exact result with 4 columns per row,
- Card height must be sized to 100% of row so the cards might be displayed at the same height / width
- Country page missing styling as it shows the data without a rendering style
- Themes must be set for dark/light views
JS
- Missing theme switching function.
- Country borders must be displayed with Names not the alpha3Code and they might be clickable to redirect to the border's page
any way, good work so far, and Good luck.
0 - @Tanzeb9277Submitted 11 months ago@egstarPosted 11 months ago
Good job so far
** Here are some hints to make it better. **
CSS
- Keypads inner text needs to be margin top a lil bit
- Whole Calculator needs to be centered in the screen view
- use border-bottom instead of box shadow for the buttons shadow
- Text buttons font should be little smaller
and rest of works are charming.
JS
-
You need to display numbers with
,
after 3 letters, you can achieve it usingeval()
function -
Equal button isn't working correctly, you need to fix it so it should work correctly. as it clears the display on press.
-
Default screen should showing always
0
not to be empty -
You must prevent multi
.
dots as the number could be floats once, and replace the result with0.
if the left hand of.
is empty -
DEL
button must target the last digit of your current screen number, not to reset the whole number as theReset
button does the reset function -
For the bounce level, you could use
localStorage()
function to save the current theme so user can get the same Theme after refresh.
that's all what i got until now, but it was great work btw. Goodluck.
0 - @jevdjauonSubmitted 11 months ago
I had a problem rendering images after build using Netlify deployment.
@egstarPosted 11 months agoGood job at all, but you could make it better with some more CSS work,
- make container width 90% to keep some good gap between page borders and the container elements.
- Image isn't rendering, the resource is not located correctly
- Missing the " ... " upper menu
- Boxes radius needs to be more curved
- Font sizes needs to be more appropriate
- Alignment of data needs some fixes
at all nice efforts, and good luck
Marked as helpful0 - @7xDeepSubmitted 12 months ago@egstarPosted 12 months ago
your answer isn't related to project, please check back and resubmit
Goodluck
0 - @LartzmanuelSubmitted 12 months ago
Hello everyone, check out my solution and pass comments on how i can improve. Thanks!
@egstarPosted 12 months agoGoodjob overall, but it need to be checked as
- regExp isn't accurate just try [email protected]
- try to resize elements , gaps and text line spacing to get the best size
- mobile screen the dismiss button is so far away, it needs user to scroll empty page to get it
- email at succes screen must be changed according to entered email..
Anyway, keep going and good luck
Marked as helpful0 - @RandomGuy20Submitted 12 months ago
This is my solution to the challenge
@egstarPosted 12 months agoNot bad, but
- you need to use the assigned colors into style-guide.md
- you need to make sure of indents and spaces to get the right sizes and perfect shape
Good work btw and good luck
1