Design Dragon’s World Game using HTML CSS and JavaScript
Project Introduction: “Dragon’s World” is a game in which one dragon tries to save itself from the other dragon by jumping over the dragon which comes in its way. The score is updated when one dragon saves himself from the other dragon....
read more
How to create A Dynamic Calendar in HTML CSS & JavaScript?
In this article, we will see how we can create A Dynamic Calendar with the help of HTML CSS & JavaScript. We will be designing and implementing a straightforward yet effective dynamic calendar, offering seamless month navigation and quick access to the current month. With a visually appealing design, and user can also jump directly to any day, month or year with the dropdown. The calendar provides event management, allowing users to add, view, track and delete events conveniently....
read more
Credit Card Number Validator using ReactJS
Credit card validation is an important step in every application in order to authenticate the user’s credit card number so that the application can proceed to the payment process if needed. It can be achieved using the validator module in ReactJS. The following example shows how to validate the user entered credit card number and check whether it is valid or not using the npm module in the ReactJS application....
read more
Web crawling using Breadth First Search at a specified depth
Web scraping is extensively being used in many industrial applications today. Be it in the field of natural language understanding or data analytics, scraping data from websites is one of the main aspects of many such applications. Scraping of data from websites is extracting large amount of contextual texts from a set of websites for different uses. This project can also be extended for further use such as topic or theme based text summarization, news scraping from news websites, scraping of images for training a model etc....
read more
How to Create a Binary Calculator using HTML, CSS and JavaScript ?
HTML or HyperText Markup Language along with CSS (Cascading Stylesheet) and JavaScript can be used to develop interactive user applications that can perform certain functionalities. Similarly, a binary calculator can be developed using HTML, CSS, and JS altogether....
read more
Movie Web Application with ReactJS
React Movie APP is a movie web application project that involves creating components to display a list of movies and details about each movie along with a search functionality....
read more
Build an Expense Tracker with HTML CSS and JavaScript
Managing personal finances is essential for maintaining a healthy financial life. One effective way to achieve this is by keeping track of expenses. In this article, we’ll learn how to create a simple expense tracker using HTML, CSS, and JavaScript. By the end, you’ll have a functional web application that allows you to add and remove expenses, helping you gain better control over your spending....
read more
Automatic Image Slider using JavaScript
In this article, we will discuss how to create an automatic image slider using JavaScript. An image slider is a popular component of modern websites that allows the display of multiple images in a single location, usually in a sliding motion. With the use of JavaScript, creating an automatic image slider has become much simpler....
read more
Shopping Cart app using React
In this article, we will create an Interactive and Responsive Shopping Cart Project Application using the famous JavaScript FrontEnd library ReactJS. We have named or Application as “GeeksforGeeks Shopping Cart“. The application or project which we have developed mainly focuses on the functional components and also, manages the various state of the application. The developed project provides the feature to the user to browse different products or items, add the items to their cart, and also process the purchases. Users can also see the real-time amount of their purchase, and they can be able to remove the product added to the cart efficiently....
read more
IP address finder app using ReactJS
In this article, we will be building an IP address finder app that lets you find your client’s approximate location on a map. An IP address is a unique address that identifies a device on the internet or a local network. IP stands for “Internet Protocol,” which is the set of rules governing the format of data sent via the internet or local network. Through this article, we will learn how to get the user’s IP address as well as display his/her approximate location on a map....
read more
How to make curved active tab in navigation menu using HTML CSS & JavaScript ?
In this article, we will learn about the curved outside in the active tab used in the navigation menu using HTML, CSS & Javascript. One of the most beautiful and good-looking designs of a navigation menu is the ‘Curve outside in Active Tab’ design. With the help of the CSS border-radius property, it is very easy to make an inside curve. But while making an outside curve it becomes complex. So we are going to learn How to make a ‘Curved Outside in Active Tab’ in Navigation Menu Using Html CSS & JavaScript using the following approaches:...
read more
Employee Database Management System using HTML CSS and JavaScript
In this article, we will be building an employee database management system using JavaScript....
read more