Skip to content

ShantoOBS/Assignment

Repository files navigation

Eudika Frontend Interview Task

Completed frontend task built with React, TypeScript, and Tailwind CSS. Deployed to Vercel.

📸 Preview

Screenshot:

Project Preview

🚀 Live Demo

🔗 View on Vercel

💡 Features

  • Built with React + TypeScript
  • Styling with Tailwind CSS (utility-first)
  • Responsive and accessible components
  • Deployed on Vercel with automatic CI

📦 Project Setup (local)

Run these commands in the project root:

# install dependencies
npm install

start dev server (Vite / CRA)

npm run dev

or for Create React App:

npm start

build for production

npm run build

🔧 Notes on Tailwind + TypeScript

  • Tailwind is configured via tailwind.config.cjs (or .js depending on setup).
  • Ensure PostCSS is installed and configured if using a custom setup.
  • TypeScript types live in tsconfig.json.

📂 How to Deploy

  • Push code to GitHub.
  • Create a new project on Vercel and link your GitHub repo.
  • Set build command to npm run build and output directory to dist (for Vite) or build (for CRA).

🙌 Acknowledgment

Thanks to Eudika for the challenge.

🧑‍💻 Author

Shanta Shil

Repo: https://github.com/YOUR_USERNAME/YOUR_REPO

Live: https://YOUR_VERCEL_URL.vercel.app

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published