As a web developer. What are the basic things you can do with html, Css and javascript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

As a web developer. What are the basic things you can do with html, Css and javascript

To become a professional web developer, it all begins from somewhere.what projects do you think I can embark on to keep my hands dirty with web development. Am a beginner who wants to be a professional web developer one day. Your opinions are highly welcome

9th Apr 2018, 6:44 PM
raji yusuff oluwagbenga
raji yusuff oluwagbenga - avatar
8 Answers
+ 6
Some good projects are: * Make an "About me" page. * Make a full page on a topic that you like. * Make a WebApp about a topic that you like. * Make a calculator and gradually add functions. * Make a small game.
9th Apr 2018, 7:42 PM
Mickel
Mickel - avatar
9th Apr 2018, 8:10 PM
Akash Pal
Akash Pal - avatar
+ 1
Opinions please...
9th Apr 2018, 6:53 PM
raji yusuff oluwagbenga
raji yusuff oluwagbenga - avatar
+ 1
Mickel's answer is really good. And about the "About Me" page option, let me tell you what happened with mine. I started wanting to create a classic and boring about me page that has nothing going on. No text animations, not many pictures, no links really... Then, as I was working on it I decided that I wanted text animation and transitions, I added footnotes so suddenly I had links leading to other elements of the DOM, and I added YouTube links when I talked about my taste of music. Then I decided I would have it in the three languages I speak and so suddenly there I was having menu bar that appear or disappear depending on scrolling position. And in the menu bar I had the languages options that linked to the page in the other languages... And so on... Anyway, it became this huge project and I cannot tell you how much I learned from it. It is not yet public so you cannot see it. Bottom line, do start with anything, as banal as it seems. You will learn a ton anyway!
9th Apr 2018, 8:13 PM
cyk
cyk - avatar
+ 1
try to make a game of X & 0, post it on code part and give us a link here :)
10th Apr 2018, 5:34 PM
Sokrat_Poghosyan
Sokrat_Poghosyan - avatar
0
about me
10th Apr 2018, 4:14 PM
Melissa Tyree
Melissa Tyree - avatar
0
You can make presentation sites without JS knowledge. But if you want to step your game up, learn JS after HTML and CSS, and you will be able to make enterprise websites.
10th Apr 2018, 5:31 PM
Razvan Wist
Razvan Wist - avatar
0
You can start by creating the first page of an website. That is were your visitors will see on screen first, so make it unique and beautiful. At the beggining, I would suggest putting a background-image and putting text over the image with a font of your choice. Align the text(left, right, center) and you are ready to go.
10th Apr 2018, 5:35 PM
Razvan Wist
Razvan Wist - avatar