-
Tailwind_css @5.3.6 - visual primitives for the component age -
_React Hook Form @7.1.1 - Library for Handling Form State and Validation in React -
_react-input/mask
-Library used to enter input in a certain format such as numeric, date, currency, email and phone.
|--- src
| |--- components # reusable components
| |---|--- index.ts # export all components
| |--- pages
| |---|--- index.ts # export all pages
| |---|--- components # reusable components
| |---|--- containers # containers for pages
| |---|--- index.ts # export all components
| |--- types
| |---|--- types.d.ts # declare all types
| |--- App.tsx # main page
| |--- ScrollOnTop # functionality of scrolling top when rout changes
- package.json # dependency manager configurations
Before every deployment you need to create build file.
npm run build
after this you can use this file to deploy project on server.
- LinkedIn Mariam Davitashvili