22519 - CSS | Client Side Scripting Language MicroProject | ToDo List and Calculator

22519 - CSS | Client Side Scripting Language syllabus, sample paper, model answer all are here in pdf format. There are two micro projects listed below will help you to think more about how javascript work. 22519 CSS is an interesting (MSBTE I Scheme) subject where students can learn things related to web development and the most crucial thing is that they can learn working web apps. it includes client-server communication, frontend, and backend.

  • To-Do List
  • Simple Calculator

1. To-Do List:

To-Do List Web App has features like Add Task, Remove Task, store data in localhost, and stunning design. The frontend is designed with the help of HTML and CSS. And the backend part is with JavaScript.

Source Code: 

Index.html


main.css


main.js

2. Simple Calculator: 

Simple Calculator using HTML, CSS, and JavasScript, You can perform arithmetic operations with this calculator like addition subtraction and many others.

Source Code:

Index.html

main.css

main.js



Comments