This is a Next.js project for a film and TV prop rental website. It features product cards, a detailed product page, and the ability to upload products via CSV.
- Product cards displaying image, price, dimensions, and quantity.
- Detailed product page with image carousel and "Add to List" button.
- CSV upload for bulk product addition.
- Rental quote request form.
- Install dependencies:
npm install - Run the development server:
npm run dev - Open your browser and go to
http://localhost:3000.
- Next.js
- React
- CSV parsing library (e.g., papaparse)