This is a React + TypeScript frontend built with Vite.
- Home page as landing page
- Sign In, Sign Up pages,
- Dashboard page
Clone the latest version
git clone https://github.com/juddydev/react-frontend
cd my-appyarn installStart your application in local development server with hot reload at http://localhost:3000.
yarn startExecute all unit tests
yarn test:unitMade with ♥ by juddydev.
