DEV Community

SOBIN
SOBIN

Posted on

HI... I AM A Beginner can you give Normal task :)

Beginner...

Top comments (6)

Collapse
 
codingjlu profile image
codingjlu

Hmm... something nice would be to make a todo list. Or you could try making a color picker that changes the background of a website. That will up you really fast.

Both projects will give you a nice foundation to work from.

Collapse
 
sobin profile image
SOBIN

sure i will try...

Collapse
 
lexlohr profile image
Alex Lohr

Create your own portfolio. Concentrate on a single aspect, e.g. design, accessibility or interactivity. Try again, but focus on another aspect. Rinse and repeat until you're satisfied.

Collapse
 
sobin profile image
SOBIN

but i did't know anything

Collapse
 
lexlohr profile image
Alex Lohr

Learn as you go along. Google or ask people if you don't find what you search for. Start with a simple HTML page with an image, a few paragraphs of texts, maybe an unordered list to start with. Now learn enough CSS to add some styles. It won't look like much when you start, but it will soon improve, just be patient and slowly try to improve. Next, you can start with some simple JavaScript, e.g. to trigger an animation.

Collapse
 
vishalraj82 profile image
Vishal Raj

Github is an amazing place and searching should be your talent. Lookout for amazing repositories and try to replicate thier work on your own. Compare your solution to theirs.