A modern, responsive business consulting website built with React, TypeScript, and Tailwind CSS.
- 🎨 Modern UI with dark mode support
- 📱 Fully responsive design
- 🔒 Form validation
- 🎯 TypeScript for type safety
- 🎨 Tailwind CSS for styling
- 📝 Contact and quote request forms
- 📧 Newsletter subscription
- 🌐 SEO friendly
- React 18
- TypeScript
- Tailwind CSS
- React Router
- Lucide Icons
- Install dependencies:
npm install
- Start the development server:
npm run dev
consulthasha/
├── public/ # Static assets
├── src/
│ ├── components/ # React components
│ │ ├── forms/ # Form components
│ │ ├── layout/ # Layout components
│ │ ├── sections/ # Page sections
│ │ └── ui/ # UI components
│ ├── data/ # Static data
│ ├── hooks/ # Custom React hooks
│ ├── lib/ # Utility functions
│ ├── pages/ # Page components
│ ├── types/ # TypeScript types
│ └── utils/ # Helper functions
├── tailwind.config.js # Tailwind configuration
└── vite.config.ts # Vite configuration
- Make component changes in
src/components
- Create new pages in
src/pages
- Update types in
src/types
- Build the project:
npm run build
- Preview the build:
npm run preview
- Deploy to your hosting provider
MIT License - feel free to use this project for your own purposes.
For support, contact developer at the link below the page