+ 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
9 Réponses
+ 11
Todo list
Shop cart
Blog
Quiz application
Any game (checkers, sudoku, snake)
Basically any CRUD idea
+interaction with some APIs using fetch().
+ 4
Please,
Remember to use 🔍SEARCH... bar future you can find many similar threads!
• https://www.sololearn.com/post/95578/?ref=app
• https://www.sololearn.com/learn/17718/?ref=app
• https://www.sololearn.com/Discuss/474481/?ref=app
• https://www.sololearn.com/Discuss/187862/?ref=app
+ 3
Something that you would use in real life rather than in a challenge, you know
+ 3
Thanks for the answers
+ 2
I have been doing some games with canvas, but I want to a different type of app, not a todo-list xd
+ 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
+ 1
Coding Interview Take Home Projects
https://learn.freecodecamp.org/coding-interview-prep/take-home-projects
Project Euler Problems
https://learn.freecodecamp.org/coding-interview-prep/project-euler
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?
0
perhaps an equation solver😄