A frontend project for the Cyberia tech task.
This repo contains the implementation of the UI/design task given in the interview.
Web Application: Architecture Firm Portfolio
Create a React-based website to showcase an architecture firm's portfolio.
- A responsive homepage with the firm's mission and featured projects.
- A "Portfolio" page with a grid layout for project cards. Each card should display a project image and title.
- A detailed project page for individual projects, including a description, image carousel, and contact button.
- A contact form with validation (e.g., name, email, message fields).
- JavaScript - TypeScript - Nextjs - Tailwindcss
To run the project locally:
- Clone the repository
git clone https://github.com/faanid/cyberia-tech-challenge.git cd cyberia-tech-challenge pnpm install pnpm dev