An open API service indexing awesome lists of open source software.

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)

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