In this report, we are going to study about Front-end development. So, first of all we have to understand what Frontend development is and what does the Front-end developer do. So, front-end developers are the glue that holds Web-Designers and Back-end Developers together. Their main tools are HTML, CSS and JavaScript.
Trends in Front-end development are
always changing. This can make being a front-end developer challenging. But it
is good to the great extent as you’re always learning new technologies.
The Front-end of any web page is generally everything you
see and interact within the browser as a user of the application. For example,
just think of your favorite site. When you click on something in the site, some
action performed and you see the result not the whole process going in the
background of the website. That means, the user only interact with the things
he sees on the screen. Thus, it should look beautiful and convenient, easy to
understand, text should be readable, color-scheme should be chosen wisely.
Getting
started-(with
downloading a text-editor)
To make a
webpage or website first you need to write your source code for which you need
a text editor. There are a lot of text editors that we can use like simple
Notepad which is in the windows already or Notepad++, Sublime text, Brackets,
Visual studio, Atom whatever you prefer.
Emmet(web-developers’ essential toolkit)-
Emmet is a plug-in for many of the popular text-editors (as sublime text, notepad++) which improve HTML and CSS workflow. We use the Emmet’s abbreviated shortcuts to write large HTML and CSS code faster and more efficiently. In most of the text editors, simply pressing tab-key is going to expand your shortcuts. Hence, it extends editor’s functionality. It also
Comments
Post a Comment