/insurance-quoter

App for quoter insurance of cars.

Primary LanguageJavaScriptMIT LicenseMIT

Insurance Quoter React App

logo logo

📗 Table of Contents

📖 About the Project

Auto Insurance Quote React App is a web application built with React Vite that allows users to get auto insurance quotes. The application uses the Context API to manage the global state of the form data. Each field in the form represents a variant of the insurance price. The app also includes functionalities like a spinner and conditional components to enhance the user experience.

This app was created as part of the course "React - The Complete Guide: Hooks Context Redux MERN +15 Apps"!

🚀 Live Demo

(back to top)

🛠 Built With

Tech Stack

Client

🚀 Getting Started

To get a local copy up and running, follow these steps.

Setup

  1. Clone this repository to your desired folder:
git https://github.com/cilfonegabriel/insurance-quoter.git
cd insurance-quoter


### Install

After cloning the repo, navigate into it and install all the required packages with the following command:

```sh

npm install

Then just wait for everything to finish downloading.

Usage

Start the React app:

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run eject

Deployment

You can deploy this project using:

npm run build

This project is deployed in Vercel.

See the section about deployment for more information.

(back to top)

👥 Authors

👤 Gabriel -Cilfone

(back to top)

🔭 Future Features

  • Context API
  • Form input
  • Deploy a live demo
  • Spinner
  • Conditional components

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

(back to top)

🙏 Acknowledgments

This app was created as part of the course "React - The Complete Guide: Hooks Context Redux MERN +15 Apps"!

(back to top)

📝 License

This project is MIT licensed.

(back to top)