- change frotend url
- also vercel routing problem
vite + reacttailwindreact-router-domnpm install -D prettier prettier-plugin-tailwindcss
making layoutadding scroll
finding coloruse refbrowser routergrid layout - challengingthread updation - happening one step behind - instead of function calling - used useEffectspeech, text to speech
from inspect only- rbg(250, 243, 234)
input focusgrouphttps://www.npmjs.com/package/tailwind-scrollbar-hide
- vite, https://v3.vitejs.dev/guide/
- tailwind , https://tailwindcss.com/docs/guides/vite
- react-router-dom, https://www.npmjs.com/package/react-router-dom
- react speech , https://www.geeksforgeeks.org/create-a-text-to-speech-application-using-reactjs/
- mdn speech - - https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis
- https://medium.com/@aifuture/no-library-required-to-build-a-text-to-speech-component-in-react-e6833a66cea2
- useLocation reference
speechSynthesis.speak(utterance);
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh