IDES INTERIOR Web Application

A modern web application for IDES INTERIOR featuring IDESA, a virtual interior design assistant.

Project Structure

├── backend/
│   ├── index.ts             # Main API entry point with Hono
│   └── README.md
├── frontend/
│   ├── components/
│   │   ├── App.tsx          # Main application component
│   │   ├── Header.tsx       # Header component
│   │   ├── Footer.tsx       # Footer component
│   │   ├── Hero.tsx         # Hero section component
│   │   ├── Services.tsx     # Services section component
│   │   ├── Portfolio.tsx    # Portfolio section component
│   │   ├── About.tsx        # About section component
│   │   ├── Contact.tsx      # Contact section component
│   │   └── ChatAssistant.tsx # IDESA chat assistant component
│   ├── assets/
│   │   └── logo.svg         # Logo SVG
│   ├── index.html           # Main HTML template
│   ├── index.tsx            # Frontend JS entry point
│   └── README.md
├── README.md
└── shared/
    ├── README.md
    └── types.ts             # Shared types

Features

  • Modern, responsive design using React and Tailwind CSS
  • IDESA virtual design assistant powered by OpenAI
  • Interactive sections showcasing IDES INTERIOR services and portfolio
  • Contact form for client inquiries

Technologies Used

  • Frontend: React, Tailwind CSS
  • Backend: Hono (API framework)
  • AI Integration: OpenAI API
  • Deployment: Val Town