DEV Community

Discussion on: 9 Project Ideas to Master Frontend Development in 2024 | **with resource**

Collapse
 
jeffchavez_dev profile image
Jeff Chavez

Thanks for sharing. Is it possible to build these projects using JavaScript, HTML, &CSS only?

Collapse
 
mukeshkuiry profile image
Mukesh Kuiry

Absolutely YES!

For portfolio one you can use three.js, rest all can be done using plain HTML, CSS, JS

Collapse
 
mukeshkuiry profile image
Mukesh Kuiry • Edited

But i would suggest to go with any frontend framework like React js or Next js, as it will fasten you development speed.

Thread Thread
 
jeffchavez_dev profile image
Jeff Chavez

Yes. Definitely! Thank you.

Thread Thread
 
mukeshkuiry profile image
Mukesh Kuiry

πŸ™Œ

Collapse
 
anuragdeore profile image
Anurag D • Edited

Yes you can build the Frontend/ UI part using only Html/css/js (some apps need backend) but it is going to be a little difficult as you might have to write code by yourself which other libraries provide built in support for.

But you’ll learn many things if you’re able to build it.

Collapse
 
mukeshkuiry profile image
Mukesh Kuiry

Correct !!

Collapse
 
jeffchavez_dev profile image
Jeff Chavez

I see. Thanks for responding.