Completed frontend task built with React, TypeScript, and Tailwind CSS. Deployed to Vercel.
Screenshot:
- Built with React + TypeScript
- Styling with Tailwind CSS (utility-first)
- Responsive and accessible components
- Deployed on Vercel with automatic CI
Run these commands in the project root:
# install dependencies npm installnpm run dev
npm run build
- Tailwind is configured via
tailwind.config.cjs(or.jsdepending on setup). - Ensure PostCSS is installed and configured if using a custom setup.
- TypeScript types live in
tsconfig.json.
- Push code to GitHub.
- Create a new project on Vercel and link your GitHub repo.
- Set build command to
npm run buildand output directory todist(for Vite) orbuild(for CRA).
Thanks to Eudika for the challenge.
Shanta Shil
