This is a website developed for an insurance producer, where users can learn about the services offered and contact the producer by entering details about the vehicle or other asset to be insured.
- Next.js (App Router)
- TypeScript
- Material UI
- React Hook Form
- Vercel (for deployment)
- Information about the insurance producer and available services.
- Contact form where users can enter details about the asset to be insured.
- Responsive design optimized for a better user experience.
The website uses the following API to retrieve vehicle information: VEHICLES API
- Node.js 18+
- npm or yarn
-
Clone the repository:
git clone <REPO_URL> cd <PROJECT_NAME>
-
Install dependencies:
npm install # or yarn install -
Start the development server:
npm run dev # or yarn dev -
Open in the browser: http://localhost:3000
The site is deployed on Vercel. The production version is available at: https://javierzarate.vercel.app/
This project is licensed under the MIT License.