DEV Community

Cover image for I am a beginner as web development so... give me a 
challenge in web developing
SOBIN
SOBIN

Posted on

I am a beginner as web development so... give me a challenge in web developing

Top comments (20)

Collapse
 
bhupendradhamii profile image
Bhupendra Dhami

create a todo-list with local storage

Collapse
 
valeriavg profile image
Valeria

I'd suggest you to pick up a particular feature of a web service you are using everyday and try to replicate it. It can be a front-end component or a part of the backend or a mix of both. With this approach you learn to work on features in isolation while solving a real world problem.
Good luck!

Collapse
 
sobin profile image
SOBIN

thank you ...

Collapse
 
naimur_rahman profile image
Naimur Rahman

Try to create a image gallary with different aspect-ratio of images with CSS grid

Collapse
 
sobin profile image
SOBIN

yaa i really doo this

thank you ...

Collapse
 
frulow profile image
Frulow

An E-commerce website is great way to learn all the concepts. Just don't copy paste, use documentations and tutorials.

Collapse
 
curiousdev profile image
CuriousDev

This depends on the knowledge you have. You could give more details of your experience at the moment.

Collapse
 
sobin profile image
SOBIN

ahh i satrted my learning in html and css after a weeks before
i know the basices of both and i really to learn a lot ...

thank you for asking

Collapse
 
sobin profile image
SOBIN

ahhh it soundsd good:)

Collapse
 
jagadeesh_katla profile image
Jagadeesh Katla

Create a video streaming app with front-end

Collapse
 
sobin profile image
SOBIN

ohhh its sounds good...

 
sobin profile image
SOBIN

dure,,,
thank you:)

Collapse
 
tecdeveloper profile image
TecDeveloper

Aren't that a middle-level project though? Personally, I couldn't have done that in 2019.

Collapse
 
sobin profile image
SOBIN

ohhh.. :)

Collapse
 
ckeller22 profile image
Chris Keller

If you want to flex your front end skills and build something you can easily show off to people, I'd check out FrontendMentor! You get a lot of exposure to a real development workflow, like working from design files and having to devise a plan of attack to tackle the problem.

Collapse
 
kaumnen profile image
kaumnen

here is an awesome list of ideas:
github.com/the-programmers-hangout...

Good luck!

Collapse
 
techman09 profile image
TechMan09

By "Web development" I am going to assume you mean HTML, CSS, PHP, and JavaScript.

Challange: Create a 'random' number generator that takes a start, end, and increment by number as input, and results in a random number that matches those constraints.

To make it easier, remove the increment by part.

Collapse
 
teekay profile image
TK

I did a very interesting challenge some weeks ago: iamtk.co/series/frontend-challenge...

Collapse
 
michi profile image
Michael Z

Here's something completely different: dev.to/michi/reverse-engineering-f... :)