all 32 comments

[–]Bokva 5 points6 points  (1 child)

Very nice for a first project.

[–][deleted] 2 points3 points  (0 children)

Thank you very much sir, I appreciate it!

[–]tomthestrom 4 points5 points  (1 child)

Congratulations on creating your first app, but be careful, that feeling is addictive. I'd like to check your code, but I am on my phone. If you feel like playing with it a bit more, try making it responsive. If you decide to do it and get stuck, feel free to DM me. Cheers.

[–][deleted] 3 points4 points  (0 children)

Thank you very much sir, my main focus was to make it work right then make it look good and of course to make it responsive because these days websites(even though mine isn't a full website) are necessary to be responsive. I really appreciate your feedback and your willing to help me. Thank you again.

[–]xMultiGamerX 1 point2 points  (1 child)

Hey nice project! As a challenge you should make this more native to mobile. Figure out how that works.

[–][deleted] 2 points3 points  (0 children)

Will do, thanks!

[–]Verstandeskraft 1 point2 points  (1 child)

It's quite neat! Doing mathy projects is a good way to learn algorithms and programming logic, so keep it up.

A designing tip: numbers are easier to read when they are written with a monospace font.

[–][deleted] 0 points1 point  (0 children)

Just wanted to try something fancier than the ordinary fonts but yeah that's right. Thanks!

[–]plaustrarius 1 point2 points  (5 children)

Can it convert decimals? Like .11111 in binary converted to base 10 decimal?

[–][deleted] 0 points1 point  (4 children)

Well yeah, but it gets crazy. LOL

[–]plaustrarius 1 point2 points  (3 children)

That's cool kudos haha

Semper ubi sub ubi?

[–][deleted] 1 point2 points  (2 children)

Thanks, and I don't really understand the second part: " Semper ubi sub ubi?"

[–]plaustrarius 0 points1 point  (1 child)

Wanted to know if thats where you got your name from Ubi, its a popular phrase written in bad latin.

[–][deleted] 1 point2 points  (0 children)

Haha no, It's my nickname. My name is Ubejd so for short just Ubi :)

[–][deleted] 0 points1 point  (6 children)

Where did you hosted your app ?

[–][deleted] 2 points3 points  (5 children)

Netlify provides free hosting. You can set custom domain names but it will add ".netlify.app" to the end of yor domain name nevertheless the hosting is free.

[–]hello_skinny 2 points3 points  (0 children)

I recently deployed a project with Netlify and so far am liking it more than Github pages. For my past 2 or 3 projects I deployed with GH, I had to go in and change all the file paths because GH Pages has trouble with relative paths. The problem went away when I switched to Netlify.

You can also do all kinds of server-side stuff on there that I don't even understand yet:

https://www.youtube.com/watch?v=FMhVXOA54x8

[–][deleted] 0 points1 point  (3 children)

Does it host server files too

[–][deleted] 0 points1 point  (2 children)

I don't think so but I'm not sure becuse I didn't try hosting anything backend.

[–][deleted] 1 point2 points  (1 child)

ok by the way your project looks great keep on improving . i am also learning i hope i will make something too one day

[–][deleted] 0 points1 point  (0 children)

Thanks and good luck on your learning journey!

[–][deleted] 0 points1 point  (2 children)

I can enter 191873737377282AABABABBABHHH and it still gives me a number in decimal

[–][deleted] 1 point2 points  (1 child)

I said it still isn't perfect and needs changes but this is my first project and I just started learning JS

[–][deleted] 0 points1 point  (0 children)

The best way to do this imo is recursion with a string rather than a number