https://github.com/faanid/cyberia-tech-challenge
Scenario 1 (Web Application: Architecture Firm Portfolio)
https://github.com/faanid/cyberia-tech-challenge
nextjs tailwindcss typescript
Last synced: 3 months ago
JSON representation
Scenario 1 (Web Application: Architecture Firm Portfolio)
- Host: GitHub
- URL: https://github.com/faanid/cyberia-tech-challenge
- Owner: faanid
- Created: 2025-09-10T04:21:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-14T05:06:39.000Z (10 months ago)
- Last Synced: 2025-09-14T06:26:44.889Z (10 months ago)
- Topics: nextjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://cyberia-tech-challenge.netlify.app/
- Size: 3.44 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cyberia Tech Challenge
A frontend project for the Cyberia tech task.
This repo contains the implementation of the UI/design task given in the interview.
---
## Demo
[Live Demo](https://cyberia-tech-challenge.netlify.app/)
### Scenario (Picked)
**Web Application: Architecture Firm Portfolio**
Create a React-based website to showcase an architecture firm's portfolio.
#### Features to Implement
- 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).
---
## Tech Stack
- JavaScript - TypeScript - Nextjs - Tailwindcss
---
## Getting Started
To run the project locally:
1. Clone the repository
```bash
git clone https://github.com/faanid/cyberia-tech-challenge.git
cd cyberia-tech-challenge
pnpm install
pnpm dev