A modern web application for luxury real estate listings, built with React, Vite, and Shadcn UI components.
- Vite - Next Generation Frontend Tooling
- React 18 - A JavaScript library for building user interfaces
- Tailwind CSS - A utility-first CSS framework
- Shadcn UI - Beautifully designed components
- React Router - Declarative routing for React
- Recharts - A composable charting library
- Framer Motion - Production-ready motion library
- React Query - Powerful data synchronization
- Clone the repository:
git clone [your-repository-url]- Install dependencies:
npm install- Start the development server:
npm run devnpm run dev- Start the development servernpm run build- Build the production versionnpm run lint- Run ESLintnpm run preview- Preview the production build
βββ public/ # Static assets
βββ src/ # Source files
βββ components.json # Shadcn UI configuration
βββ index.html # Entry HTML file
βββ package.json # Project dependencies
βββ postcss.config.js # PostCSS configuration
βββ tailwind.config.js # Tailwind CSS configuration
βββ vite.config.js # Vite configuration
- Tailwind CSS for styling
- ESLint for code linting
- PostCSS for CSS processing
- Vite for fast development and building
This project is licensed under the MIT License - see the LICENSE file for details.