DEV Community

Discussion on: Want Ideas for Javascript web apps

Collapse
 
shubham2270 profile image
Shubham Kumar

Hello everyone, I'm new in learning Coding just wanted some idea's on what simple web apps i can create using javascript so that i can get some real experience and get more experienced in js Thanks.

And pardon me if there any mistake i had done i'm new in this platform 😅

Collapse
 
gokatz profile image
Gokul Kathirvel

This repo has plenty of such ideas. Actually we can derive many more ideas that could be your startup idea 😁😁

github.com/tastejs/awesome-app-ide...

Collapse
 
shubham2270 profile image
Shubham Kumar

That's lot of idea's! I have one question, it is possible to create all these apps just by using Javascript?

Thread Thread
 
gokatz profile image
Gokul Kathirvel

Absolutely yes! With some digging as each one requires varied knowledge of JavaScript

Collapse
 
smuschel profile image
smuschel

There's a lot you could do - some typical apps we let new developers write to learn are:

  • a To-Do list
  • a contact list
  • games like Tic-Tac-Toe

Generally I'd say you should try and build something that's useful to you.

Collapse
 
niorad profile image
Antonio Radovcic • Edited

Consume the Spotify-API for search and playing preview-files and create a nice interface with an audio-visualizer.
developer.spotify.com/documentatio...

Collapse
 
joshualjohnson profile image
Joshua Johnson

I would choose to build a tool that could benefit you in some way. For my first dive into JS WebApps I built a checkbook application. Later I turned it into an android application using Cordova.