Tag «node»

Send Emails with Node.js & React Js

Node.js - Send Emails via SMTP with Nodemailer

Today, I will share with you the logic behind email sending in MERN App. Send Emails with Node.js & React Js. How to MAKE an Email Send API in Nodejs We can send emails using Nodejs but for the front-end, we required any front-end technology like VueJs, AnuglarJs, or Reaactjs. So I am using Reactjs …

Library Management system in Laravel PHP

Library management system is a project which aims in developing a computerized system to maintain all the daily work of a library. The LMS helps both students and library Officer to keep proper track of all the books available in the College library or School Library. It allows both the Librarian and the student to …

How to make Avatar Images in jQuery

How to make avatar images in Jquery. Using Jquery we can switch the images. Learn how to create an avatar image with CSS. … height and width that looks good, and use the border-radius property to add rounded corners to an image. Download complete code: Jquery Avatar Images We have used bootstrap 4 for designing and Jquery for …

How to load EXCEL Data in Browser in PHP

PhpSpreadsheet is a library written in pure PHP and offers a set of classes that allow you to read and write various spreadsheet file formats such as Excel and LibreOffice Calc. Installation Use composer to install PhpSpreadsheet into your project: composer require phpoffice/phpspreadsheet Download Source Code of the Project:- Php Spreadsheet project  So first we will create …