- All projects are linked with index.html, find this file in the main folder.
- Dynamically change background on click.
- By switch button we can shift Background color by color name or by color code.
- we are also generating color code here.
- Automatically increase and decrease number on click.
- setInterval() is mostly used in this program.
- Increase and decrease number each time you click.
- Used forEach() and target the button on clicking.
- We created local data in JavaScript file by using array and object.
- On clicking button data is changing accordingly.
- In this project we added static data in HTML file and manipulating it in JavaScript as a slider.
- Functionalities are same as "Project 03 - Testimonial - Part 1"
- Add items
- Select and deselect items
- Delete items
- Automatically save in localstorage
- Random Password Generating with small and capital alphabets, numbers and symbols
- Copy password on one click
- Here we can calculate age
- change input type by clicking on eye button
- check password strength (weak, medium and strong)
- password strength bar also added
- non-stop slider
- responsive milti item slider
- bootstrap 5 is used in this
- Adding each character of word one by one
- Then deleting each character of work one by one
- This is infinite loop
- All Validation will come one by one as a alert box.
- clicking on any anchor tag from the nav, you reach on the related section from the same page.
- as you go on different sections, nav anchor will active accordingly.