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
-
At frist we create and install vite using react route
-
secondly we install tailwind and daisy ui
-
then we create header section
-
then we make a homepage component
-
then we Create a add section page,In add section page we create a form using react hook form.then data fetching by Axios using Post method
-
then we create View page in View page we can read data update data and Delete data,searching data, sorting data and create a pagination
-
In update page I also use React hook form
-
then we create a Provider for using context routing
-
then I use firebse for Login an Registration ,I also create Login and Registration form using react hook form
-
then I work for JWT token,when a user login then jwt token will be worked
- Customizable color scheme
- Tailwind
- daisyui
- React form hook
- React router dom
- hot toast
- sweet alert
- react dom
- firebase
- axios