Single-page responsive website for a cat-themed café, built as a technical test.
npm install
npm run dev
npm run build
npm run start
├── public/
│ ├── fonts/
│ ├── icons/
│ └── images/
│
├── src/
│ ├── components/
│ │ ├── About.tsx
│ │ ├── Contact.tsx
│ │ ├── Header.tsx
│ │ ├── Hero.tsx
│ │ └── Values.tsx
│ │
│ ├── App.tsx
│ ├── index.css
│ └── main.tsx
│
├── .eslintrc.js
├── package.json
├── tsconfig.json
├── vite.config.ts
└── README.md
Thank you for reviewing this test project.