Skip to main content

Build Image Search App with JavaScript

In our previous tutorial, we have explained how to build Barcode Generator with JavaScript. In this tutorial, we will explain how to make Image Search App with JavaScript.

Image search is a common functionality that allows user’s to find images. The image search can be based on keywords.

Here in this tutorial, we will create a user freindly interface to search images usign keywords. We will implement image functionality with JavaScript by using Unsplash API.

(more…)

Upload Images in React using REST API

In our previous React JS tutorial, we have explained how to implement React Multi Select Dropdown with Instant Search. In this tutorial, we will explain how to upload images with preview and progress bar in React using REST API.

File or image upload is an important part of any web application. Here we will implement image upload in React using REST API to upload images. We will make HTTP request using Axios to upload images and list uploaded images.

(more…)

React Calendar with Events

In our previous React tutorial, we have explained how to create React Multi Select Dropdown with Instant Search. In this tutorial, we will explain how to how handle React Calendar with Events.

Calendar is a user friendly feature used in web form that allows users to select dates. We can easily create the calendar in react applications using react-calendar package. Here we will configure react calendar and also handle events bases on user actions.

(more…)