- Get form data from API
- For now, we are using Mock Service Worker to mock the API
- Render form questions dynamically
- Record user answers
- View history of answers
- Some tests have also been written for the Form component
- React
- Vite
- TypeScript
- Tailwind CSS
- Mantine
- Vitest
- Mock Service Worker
dev
– start development serverbuild
– build production version of the apppreview
– locally preview production build
typecheck
– checks TypeScript typeslint
– runs ESLintprettier:write
– formats all files with Prettierprettier:check
– checks files with Prettiervitest
– runs vitest testsvitest:watch
– starts vitest watchtest
– runsvitest
,prettier:check
,lint
andtypecheck
scripts