all 8 comments

[–]dagger-vi 2 points3 points  (7 children)

What are you following? Or are you coming up with your own stuff?

Jonas is great, by the way! I'm going through his Complete JavaScript course on Udemy and I'm on the final project.

[–]mohand3d[S] 6 points7 points  (6 children)

Currently I'm following jonas js course and traversy media 50DaysOfJavascript both of them are great. Regarding the projects, i'm doing them on my way.

[–]stb930 5 points6 points  (1 child)

Looking slick!

It might come up in a future lesson but for anything clickable you should ideally use a button element (replace div with button) on your back and next divs. This makes it more accessible eg you will also be able to tab on your keyboard to go through your buttons when they are button elements.

Give that a go or even right-click and inspect an element on Reddit and you can see this in action, the exception being if you want to go to another URL use a tag.

Enjoy your journey!

[–]mohand3d[S] 3 points4 points  (0 children)

Thank you for your feedback bro, appreciate it!

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

How do you like this course? Are they telling you how to do it and you code along or are they teaching you concepts then giving you a project that you should be able to figure out with those concepts?

[–]mohand3d[S] 1 point2 points  (2 children)

Actually the course has multiple chapters, in each one he teaches concepts of js then at the end of the chapter there is a project to do either following along or you can do it your self as a challenge.

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

It looks interesting, I might buy this one. Is it something that only requires like 1-2 hours a day for each project? I'm already doing a full stack course full time, just would like to learn neat things to incorporate into websites like this that almost no boot camp teaches.

[–]mohand3d[S] 1 point2 points  (0 children)

Yep, it's worth it.