import { useState } from 'react' import reactLogo from './assets/react.svg' import viteLogo from '/vite.svg' import './App.css' function App() { const [count, setCount] = useState(0) return ( <>
Vite logo React logo

Vite + React Application

Edit src/App.jsx and save to test HMR

This is only to TEST AND CHECK the project folder and its new frameworks works in LIVE SERVER.

Also to share the link for client to check the features and updates directly in the SERVER and provide the feedback.

This will be updated daily/hourly and instantly/immediately and continuosly as we do the code and give continuous update on the client on the features working on

) } export default App