GitHub link : https://github.com/Emmijozzy/JavaScript-tab-carousel
Site link : https://emmijozzy-js-tab-carousel.herokuapp.com
This is done with a mindset of a beginner looking forward to be a great developer , building on at least a project within a week
Top comments (3)
Not bad, but one thing I noticed:
That's a lot of code duplication that you could put in a separate rule :D
The JS is also a lot of code for what it does.
You could also just write this as
y = (y+1) % 4
😁Am seriously encourage by this action of yours , thanks so much, I have replaced it and it work well, thanks for you love
Nice one!
If I may..
I don't think you need PHP for this demo so you can safely remove index.php file and rename home.html into index.html.
I would also recommend you publish your demo on Github Page instead of Heroku.