Crio.Do
crio.do › projects › category › javascript-projects
18 Real-World JavaScript Projects You Need In Your Resume
August 6, 2023 - HTML, CSS, JavaScript, Python, Flask · 30 hours · Difficulty: Intermediate · Skills to be Learned · Natural Language Processing · View Project · Download Project · This project is useful for anyone who wants to get started with Node.js; anyone who wants to learn about authentication and build an authentication app from scratch (backend-intensive) from scratch.
Looking for JavaScript project ideas beyond basic beginner exercises and need recommendations for interactive learning platforms
I’ve already built some simple JavaScript projects like tic-tac-toe games, basic to-do apps, digital clocks, and note-taking websites. Now I’m looking for fresh project ideas that could help me improve my coding skills further. I want to work on something more challenging but still manageable ... More on community.latenode.com
Suggestions for intermediate javascript project
I would say a lot of great projects are out there. Free code camp has some good suggestions: make a simon says game make a battleship game make a local weather app make a pomodoro clock the beauty of these projects are that they are a standardized project many fcc users complete, so you'll have plenty of sample projects to check your code against. More on reddit.com
Real World JavaScript Projects
https://github.com/florinpop17/app-ideas You can always use Firestore for easy backend. More on reddit.com
Intermidiate JS projects?
What projects can you build with JavaScript?
There are a variety of JavaScript projects you can build ranging from beginner to advanced:
- Simple Calculator
- To-do List
- Quiz App
- Real-time Data Visualization Dashboard
- Multiplayer Game
- Artificial Intelligence Platform
- Simple Calculator
- To-do List
- Quiz App
- Real-time Data Visualization Dashboard
- Multiplayer Game
- Artificial Intelligence Platform
wiingy.com
wiingy.com › home › resources › 20 real-world javascript projects to enhance your portfolio in 2025
20 Real-World JavaScript Projects in 2025 to Enhance Your Portfolio
What is the best project to learn JavaScript?
Simple projects like To-Do lists, Quizzes, Pong Games, Tic Tac Toe, etc which teach basic syntax are good projects to learn from.
wiingy.com
wiingy.com › home › resources › 20 real-world javascript projects to enhance your portfolio in 2025
20 Real-World JavaScript Projects in 2025 to Enhance Your Portfolio
What is JavaScript?
It is used to create dynamically updating content, control multimedia, animate images, etc.
wiingy.com
wiingy.com › home › resources › 20 real-world javascript projects to enhance your portfolio in 2025
20 Real-World JavaScript Projects in 2025 to Enhance Your Portfolio
Videos
Build 16 Medium/Hard JavaScript projects for live coding ...
06:43:57
6 Hours of JavaScript Projects - From Beginner to Advanced - YouTube
01:58:16
Intermediate Javascript Projects | Coding Artist - YouTube
01:45:09
5 Mini JavaScript Projects - For Beginners - YouTube
17 New JavaScript Projects for Beginners [Full Course] - YouTube
02:48:51
Learn JavaScript With These 5 Projects - YouTube
Reddit
reddit.com › r/learnjavascript › suggestions for intermediate javascript project
r/learnjavascript on Reddit: Suggestions for intermediate javascript project
September 29, 2017 -
The title says all, I'm a self-learning wannabe develope and so far I made all beginner projects I could think off, now is the time to dive deep and try some more complex things to do. I want to do it in vanilla js to see if I'm ready to start learning frameworks. Would be great if I would have a place to check a code for that project if I get stuck or anything.
Top answer 1 of 3
3
I would say a lot of great projects are out there. Free code camp has some good suggestions: make a simon says game make a battleship game make a local weather app make a pomodoro clock the beauty of these projects are that they are a standardized project many fcc users complete, so you'll have plenty of sample projects to check your code against.
2 of 3
2
gotcha! My apologies, I was a little unsure what "your" intermediate was. I think the old "snake game" is a great intermediate app. You are having to interact with the DOM, handle gameplay, etc. http://www.competa.com/blog/how-to-build-a-snake-game-using-javascript-and-html5-canvas/ This is an excellent tutorial, it goes step by step, but you could be very much be benefited by trying to program it yourself and check your steps as you go.
CodingNepal
codingnepalweb.com › home › blog › best 30+ javascript projects for practice (with source code)
Best 30+ JavaScript Projects for Practice (With Source Code)
December 30, 2024 - They are excellent for mastering JavaScript fundamentals like DOM manipulation, event handling, and working with APIs. Plus, the satisfaction of seeing your code come to life is a huge motivator! In this blog, I’ve collected 30+ exciting JavaScript project ideas, starting with beginner-friendly projects and progressing to intermediate ...
Wiingy
wiingy.com › home › resources › 20 real-world javascript projects to enhance your portfolio in 2025
20 Real-World JavaScript Projects in 2025 to Enhance Your Portfolio
October 31, 2025 - Having a solid portfolio is crucial for every professional or aspiring developer, and finishing real-world projects is a fantastic way to demonstrate your abilities and wow potential employers. In this post, we’ve included 20 inspiring JavaScript project ideas you may work on to build your portfolio and show off your language competence.
JavaScript in Plain English
javascript.plainenglish.io › 5-awesome-intermediate-projects-you-should-build-to-master-vue-js-519a1d11018
5 Awesome Intermediate Projects You Should Build to Master Vue.js | by John Philip | JavaScript in Plain English
November 15, 2021 - In this piece, you are going to see some intermediate projects you can build to tease you into understanding some amazing functionalities of the tool. I have also linked the given projects to some relevant courses to help guide you. ... This kind of application is much similar to other forum or course platforms. Accompanied with a lot of functionalities and components, you will learn more beyond the basics of Vue.js. ... New JavaScript ...
Codecademy
codecademy.com › learn › learn-intermediate-javascript
Learn Intermediate JavaScript | Codecademy
Learn how to use JavaScript — a powerful and flexible programming language for adding website interactivity. Beginner Friendly.Beginner Friendly15 hours15 hours ... Learn to build front-end web apps with JavaScript and React. ... Guided projects that help you solidify the skills and concepts you're learning.
DEV Community
dev.to › code_2 › 200-inspiring-javascript-project-ideas-with-source-code-ebook-included-3gnf
200 Inspiring JavaScript Project Ideas (With Source Code eBook Included!) - DEV Community
April 20, 2025 - This eBook is a goldmine for anyone serious about learning by doing, offering hands-on examples that range from beginner basics to advanced applications[1]. Below, you'll find a passionate curation of 200 JavaScript project ideas, grouped by difficulty and theme, to ignite your creativity and accelerate your learning journey.
Udacity
udacity.com › all programs › school of programming and development
Learn Intermediate JavaScript | Online JavaScript Course | Udacity
Learn intermediate JavaScript with Udacity's online course and master complex JavaScript development tools like React, Angular, Electron, and Vue. Learn online with Udacity.
100+ JavaScript Projects
100jsprojects.com
100+ JavaScript Projects | Learn Web Development
To create this timer, one must initially grasp the principles of CSS for styling purposes. Next, event listeners will be added to the buttons using JavaScript. Finally, a timer will be established using the SetInterval function in JavaScript. ... In this project, we create a rock, paper, and scissors game.