- React 18 + TypeScript (frontend)
- Express + TypeScript (backend)
- Zod for validation
- Jest for backend tests
- Cypress for frontend tests
npm install
npm run devnpm install
npm run startfrontend/- React Appbackend/- Express App
npm run test(backend) - inside backend directorynpx cypress open(frontend) - inside frontend directory