Skip to main content

React Multi Select Dropdown with Instant Search

In our previous React tutorial, we have explained how to create React Select Dropdown List using REST API. In this tutorial, we will explain how to create React Multi Select Dropdown with Dynamic Instant Search.

The multi select dropdown is a very user friendly feature that allows users to select multiple items from list to get details of many records.

Here in this tutorial, we will use react-select package for creating multi-select dropdown with instant search. We will load dynamic data to dropdown list by making HTTP API request to https://reqres.in/api/users using react axios package. We will also display multiple selected records dynamically.

(more…)

To-do List Application with Ajax, PHP & MySQL

In our previous tutorial, we have explained how to implement Save TinyMCE Editor Content with PHP & MySQL. In this tutorial you will learn how to implement To-do List Application with Ajax, PHP & MySQL.

To-do List Applications are created to allow users to manage their daily do-list. The user can add their do items, close the list items when completed and also remove these permanently from completed list.

So if you’re looking for developing you own To-do list application, then you’re here at right place. in this tutorial you will learn how to develop Do-list application with Ajax, PHP and MySQL.

We will cover this tutorial in easy steps to create live demo with functionality to add To-do items and list them. Allow users to move Do-to items into completed list when these completed. Also allow users to remove completed items from it’s list.

(more…)

Ticketing System with PHP and MySQL

In our previous tutorial, we have explained how to develop Student Attendance System with PHP and MySQL. In this tutorial, we will explain how to develop Ticketing System with PHP and MySQL.

A ticketing system is customer support tool that business can use to manage support related tasks on their website. The ticket system consist of ticket listing, create new ticket, view ticket ticket, reply ticket, open/close ticket and assign ticket to users.

(more…)

Rust for Javascript developers

Rust for javascript developers is a programming language that has been gaining much traction lately. Not only it’s an interesting language to learn, but it’s also an exciting one that allows you to write highly-performant and safe code. If you are a JavaScript developer wondering what Rust is all about, and you don’t want to hire rust developers you are definitely in the right place.

(more…)

Implement Datatable in React

In our previous React tutorial, we have explained how to Setup TinyMCE Editor in React. In this tutorial, you will learn to implement Datatable in React.

Datatable is a React component that allow to create user friendly dynamic responsive table with some advance features such as pagination, sorting, ordering, searching and many more to the HTML tables with minimal effort.

We will use react react-table component to create lighweight datatable in React application.

(more…)