Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.59 KB

README.md

File metadata and controls

39 lines (21 loc) · 1.59 KB

Cotizador de Seguros - Insurance Price Calculator

Netlify Status

Check it out here: https://cotizador-seguros-carmelitu.netlify.app/

Project made for a JavaScript course on Udemy. HTML and CSS are delivered already finalized by the teacher.

This program is an insurance price calculator. What it does is validate that all the fields have data, otherwise it returns an error. When it verifies that everything is OK, it shows a loading image and after 3 seconds it returns the price and the information of what was sent. The price data was hardcoded. To calculate the price, it takes into account the origin, the year of the car and the type of plan that you want to hire.

Home Screen

Home

Missing fields

Validations are OK, loading...

Outcome

Builded with 🛠️

  • JavaScript
  • HTML
  • CSS

Authors ✒️