coded with basic JavaScript skills (along with some HTML and CSS). By looking at the source code for each of these simple JavaScript projects we'll start to understand how we can build a new version of the same idea, or build on the original open-source code to add your own twists and tweaks.
In this project, we can see different menu items and choose that item according to the category.
View DemoWeather app in Vanilla Javascript, CSS, and HTML. I use the Open Weather Map API to make calls to a restful API to return the current weather data.
View DemoA simple, lightweight, vanilla JavaScript calendar that allows you to filter dates, set events in a particular date, enable/disable past dates, and much more.
View DemoThis application will be able to load questions from a 3rd party API, track and display high scores, save high scores in Local Storage and so much more
View DemoThis is a simple movie app that uses The Movie Database API to fetch data and we can also search for movies and watch the trailer.
View DemoThis is a simple no nonsense version of Tetris game made up of different JavaScript functions and basic html/css
View Demo