Question:
Building responsive small/medium or large web app without bootstrap?
Bojan
2016-02-25 02:57:41 UTC
Is there a way to build web app without using bootstrap? I refuse to learn this framework, because all web sites and web app look the same? Can i combine media queries with angular asp.net?
Three answers:
Chris
2016-02-25 03:47:17 UTC
Media queries are a part of the CSS standard. Angular is a javascript library for two-way data binding and one-page web apps. Asp.net is a backend, like PHP.

What I'm saying is that all those are entirely unrelated, and people have built web apps long before Bootstrap came around.
Daniel B
2016-02-25 03:07:04 UTC
Bootstrap uses all standard web technologies to anything it can do you can do from scratch, it's just a lot more work. There is no reason a Bootstrap page has to look the same as very other, you can customize it anyway you want and use as much or as little of it as makes sense for your site.
?
2016-02-25 03:05:08 UTC
Yes you can build your web app without using bootstrap. Make your own style sheet. No idea about asp.net


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...