I have completed all the requirements of the Problem statement
REACT+VITE is used to create this project.
- Clone the repo and install all packages by running npm i (This project is created using vite which requires Node.js version of 14.18+).
- To run in dev mode you can run "npm run dev" OR to create a build we have "npm run build"
- In Vite build file is named as "dist"
- Preview can be seen using "npm run preview".
- Application is fully responsive and fits to the device size.
- I have hosted the application on netlify and added the link above.
- Inner Items when searched and clicked open the card from which they belong and come into view with smooth scroll.
- Seached item from the list gets blue color box shadow for 4 seconds for better identification.
- Data of visited item is not needed to be persisted for page load.