DEV Community

kevincp17
kevincp17

Posted on

I want a challenge

Do you guys know a web project with medium difficult? I seriously want to push my skill beyond the limit.

Top comments (1)

Collapse
 
alec10111 profile image
Carlos Fernandez

You could try taking a “simple” project and add more services to it.
For example, if you know how to create a simple To Do list app, you can improve it by adding a database to store de items and create an Api to create/edit/delete such items.

Another option, if you want to improve your skills on specific technologies, say React, could be just to try and clone an existing website with React. That will “force” you to solve problems you have likely not faced before, and in the process you will learn that tool really well.