Should I Use Templates or Build My Web App From Scratch?

0
9
Asked By PixelPioneer42 On

I'm getting a handle on HTML, CSS, and JavaScript but haven't yet put together my own web application or website. I'm curious about whether it might be better to start from a template or if I should build everything from scratch. What do you all think?

5 Answers

Answered By GroundedDev77 On

I prefer building from scratch since I like understanding everything that goes into my code. That said, if it's something I’ve done before, running with a template is cool too. Just feels good to know how everything works beneath the surface.

Answered By DesignDude88 On

For personal projects, I usually grab a template. Why waste time on something I’m not too passionate about? But in my professional work, I often get designs sent from clients that don't really match general templates. That said, the quality of templates varies widely, and some of them can be a nightmare to work with! You're right to consider this carefully.

Answered By CleanCodeMaster On

I built my own template and use it as a starting point for client projects. It allows for easy customization without bloating my code base with unnecessary stuff. It’s a great way to marry flexibility with efficiency!

Answered By FlexiBuilder21 On

We created our own template that’s super flexible. It's worked well for about 80% of our client projects, and nobody realizes it's a basic template. This kind of adaptability is really beneficial.

Answered By CodeCrafty99 On

It really depends on your budget! If you're tight on cash, templates can save you a lot of time and effort. But if you have the funds, you might get a more customized outcome by building from the ground up.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.