How to begin frontend developing | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

How to begin frontend developing

A few days ago i began with html.I have idea that i need to learn html,css,javascript with frameworks but i'm confussed between two types of frameworks!I read about bootstrap,saas too and angular,react too what's the difference in bootstrap and angular basically?

16th Sep 2019, 7:04 PM
Muhammad Saleem
Muhammad Saleem - avatar
11 Answers
+ 5
Libraries and Framework s in general makes working easier Bootstrap is a CSS framework for quick and responsive styling While AngularJS and React.js are JavaScript libraries for quick and easy web development Like mine https://www.sololearn.com/post/146522/?ref=app
16th Sep 2019, 8:30 PM
Qudusayo
Qudusayo - avatar
+ 6
Best place to ask is Google: resource: https://www.educba.com/angular-vs-bootstrap/
16th Sep 2019, 11:23 PM
BroFar
BroFar - avatar
+ 4
Completing the html tutorial will be a good start.
16th Sep 2019, 11:06 PM
Sonic
Sonic - avatar
+ 3
Bootstrap is for developing layouts and styling, its kind of like a library for CSS while angular is a library for JavaScript which unlike CSS is a programming language and you can make your site have more features. Front end dev doesn't really require js so if u aren't into back end don't worry abt it too much, although it's a plus if u do. Good luck
16th Sep 2019, 7:26 PM
Minerals2016
Minerals2016 - avatar
+ 3
Well that what I meant by don't worry abt it too much if u aren't into back end. JS can be used for animations and such but it is usually not the go to language to do so, u can do most of those animations through CSS as well. JS is a programming language and is mainly used for back end stuff such as processing input from a user. If you would like to see an example of JS used in the back end way look at one of my codes below https://code.sololearn.com/WoAnpnUWf6sf/?ref=app
16th Sep 2019, 7:34 PM
Minerals2016
Minerals2016 - avatar
+ 2
here is one of my codes as an example but I like being free to use CSS which bootstrap limits https://code.sololearn.com/Wn7BF0I6y2VP/?ref=app
17th Sep 2019, 12:44 AM
BroFar
BroFar - avatar
+ 2
Through : https://www.w3schools.com/ It provides each and every step to learners in detail.
18th Sep 2019, 1:37 PM
Shubham Sharma
Shubham Sharma - avatar
+ 1
I read that javascript is important to add animation like features and like a new soul to your site,how is it backend?
16th Sep 2019, 7:29 PM
Muhammad Saleem
Muhammad Saleem - avatar
+ 1
Backend is databases, such as sql, Node.js, PHP, webservers...
16th Sep 2019, 9:47 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 1
Do html its fairly simple. I erased and restarted and still go back for more.
16th Sep 2019, 11:32 PM
Capt_Crunch
Capt_Crunch - avatar
0
Learn fast and easy front-end development from here: https://getmimo.com/learn/
18th Sep 2019, 1:40 PM
Shubham Sharma
Shubham Sharma - avatar