A modern, responsive single-page web application for a car cleaning company, built with React, React Router, and styled-components.
- Responsive design (mobile-first)
- Modern UI with clean aesthetics
- Three main pages:
- About the Company
- Price List
- Contacts with feedback form
- SEO-friendly meta tags
- Google Maps integration
- RTK Query for form handling
- Node.js 16.x or later
- npm 7.x or later
- Clone the repository:
git clone <repository-url>
cd car-cleaning-website- Install dependencies:
npm install- Start the development server:
npm run devThe application will be available at http://localhost:3000.
To create a production build:
npm run buildThe build files will be available in the dist directory.
This project is configured for easy deployment with Vercel. To deploy:
- Install the Vercel CLI:
npm install -g vercel- Deploy to Vercel:
vercelFollow the prompts to complete the deployment.
- React 18
- React Router 6
- styled-components
- Vite
- Google Maps API