1. This project is about how to create react app using vite, commands are written in readme file of the this project.
1. Created counter application using one of the react's hook i.e useState().
- Created new project using vite, installed and then configured TailWindCss.
- Implemented how to pass values to component using props used object destructuring concept.
- This project is about generating password.
- Implemented using useEffect, useCallback, useRef, useState.