Ideas for projects in javascript | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 6

Ideas for projects in javascript

I would like to expand my knowledge of javascript, could you please give me some project ideas that I could showcase in this platform

13th Oct 2019, 6:15 PM
Michael Araya
Michael Araya - avatar
9 Antworten
+ 11
Todo list Shop cart Blog Quiz application Any game (checkers, sudoku, snake) Basically any CRUD idea +interaction with some APIs using fetch().
15th Oct 2019, 3:21 PM
Igor Makarsky
Igor Makarsky - avatar
15th Oct 2019, 6:23 PM
Danijel Ivanović
Danijel Ivanović - avatar
+ 3
Something that you would use in real life rather than in a challenge, you know
13th Oct 2019, 10:07 PM
Michael Araya
Michael Araya - avatar
+ 3
Thanks for the answers
15th Oct 2019, 3:58 PM
Michael Araya
Michael Araya - avatar
+ 2
I have been doing some games with canvas, but I want to a different type of app, not a todo-list xd
13th Oct 2019, 10:06 PM
Michael Araya
Michael Araya - avatar
+ 1
I'm helping some people learn programming and here are good practice tasks that help you learn: - Number guessing game (generate random number 1-100, have a user guess the number and tell them "higher" or "lower") - Prime number checker (input a number, output whether or not the number is prime) - Factorial (calculate the factorial of a number. Ex. 5 -> 5x4x3x2x1 -> 120, 3 -> 3x2x1 -> 6) - Palindrome checker (check if an inputted string is same as the reeversed string. Ex. racecar -> true, ab C ba -> true, abccb -> false
13th Oct 2019, 9:36 PM
Daniel C
Daniel C - avatar
0
are you looking for challenges or sth useful/interactive? (by that I don't mean that challenges aren't useful, ... I think you get it 😅😂) just what direction are you thinking?
13th Oct 2019, 7:07 PM
Anton Böhler
Anton Böhler - avatar
0
perhaps an equation solver😄
14th Oct 2019, 3:41 AM
Anton Böhler
Anton Böhler - avatar