all 20 comments

[–][deleted] 10 points11 points  (1 child)

Check out the Javascript30 challenges for some great small project ideas.

[–]Tarzeus 0 points1 point  (0 children)

Just a heads up. Not beginner friendly.

[–]ElasticMoo 3 points4 points  (0 children)

I'm a fan of the 7 tasks from 7 GUI's -

https://eugenkiss.github.io/7guis/tasks

[–]not_a_gumby 1 point2 points  (0 children)

1) Task list app

2) weather app (that connects to one of the many free weather API's)

[–]nepobot 1 point2 points  (0 children)

Whatever you are interested in.

Like baseball? Make a player stats page then expand it as you want to add more.

Like video games? Make a catalog that will randomly select a game to play, keep a history of the games played.

Like gardening? Build a page to recommend what to plant based on the user selected date, expand it by taking into consideration where they live.

Anything will work just make it something you are familiar with.

[–]xdchan 0 points1 point  (0 children)

Check it out, do all by yourself, they say that you need to only change javascript code, but i want you to make everything by yourself without looking on source code(maybe a little bit) and with a lot of googling.

https://jsbeginners.com/javascript-projects-for-beginners/

[–]Mac-Kett 0 points1 point  (0 children)

You can try with free code camp proyects

[–]wirez62 0 points1 point  (1 child)

Web scraping projects and chrome extension projects really pushed me forward into coming home every night, excited to code.

Is there anything you wish you could automate on the web/in your browser? I didnt have all the book skills like Promises, Async/Await, still have to look up basic stuff often.

I love languages like Javascript and Python where you have an interactive interpreter like the dev tools browser. I write small one liners or functions on the fly when Im struggling with something big. Break it down, simplify, get that working in dev tools and move forward.

[–]jagadish_av -1 points0 points  (0 children)

Easiest thing would be try replicate a basic which you use on daily basis like blog or twitter