Need to copy? Develop a functional car configurator based on the existing configurator from the manufacturer's official website. The deadline is approximately 2 weeks!
link https://www.mazda.de/konfigurator/
The project consists of three parts:
1. Copying the configurator — an exact reproduction of the UI/UX, logic, and all steps. All images, fonts, and media files must be stored on our server, without references to external resources.
2. Update mechanism — a backend service that retrieves current data (prices, options, photos) from the official website when a model is specified manually and updates it in our database. A simple UI is needed to trigger it manually when selecting a model.
3. Integration of leasing and discounts — on the final page of the configurator, after determining the model and price, the system should query our database and display the current leasing and discount conditions. We will provide the data and table structure. A simple CRUD interface is also needed to manage this data.
Stack: backend — Laravel or Symfony, frontend — Nuxt.js (or an equivalent on Vue/React). It is important to use standard, easily maintainable technologies — without exotic dependencies.
Delivery: in stages after each part, final — clean code in the Git repository + README with deployment instructions.