This tutorial provides Lab Programs on various topics of Skill Development Course - NodeJs .
1. | Build a responsive web application for shopping cart with registration, login, catalog and cart pages using CSS3 features, flex and grid. | View Solution |
2. | Use JavaScript for doing client – side validation of the pages implemented in the experiment | View Solution |
3. | Explore the features of ES6 like arrow functions, callbacks, promises, async/await. Implement an application for reading the weather information from openweathermap.org and display the information in the form of a graph on the web page. | View Solution |
4. | Develop a java stand alone application that connects with the database (Oracle / mySql) and perform the CRUD operation on the database tables. | View Solution |
5. | Create an xml for the bookstore. Validate the same using both DTD and XSD. | View Solution |
6. | Create a custom server using http module and explore the other modules of Node JS like OS, path, event. | View Solution |
7. | Develop an express web application that can interact with REST API to perform CRUD operations on student data. (Use Postman) | View Solution |
8. | Create a service in react that fetches the weather information from open weathermap.org and the display the current and historical weather information using graphical representation using chart.js | View Solution |
9. | Create a TODO application in react with necessary components and deploy it into github. | View Solution |