A client-side only React application for exploring the Cloudinary Create product concept. This is a mock application that simulates full interactivity without requiring a backend or API.
pnpm installpnpm run devThe app will be available at http://localhost:5173
pnpm run buildsrc/
├── components/ # Reusable UI components
├── pages/ # Page components
├── data/ # Mock JSON data files
├── App.jsx # Main app component with routing
├── main.jsx # Entry point
└── index.css # Global styles
- Projects Index (
/) - Home page displaying projects and designs
All data is stored in JSON files in the src/data/ directory. The structure can be expanded based on the database entities defined in the product specification.
- Clean and airy design
- Modern, polished UI
- Fully interactive feel without backend
- Responsive layout