A modern, responsive website for a powder coating business built with React, TypeScript, and Tailwind CSS.
- Modern, responsive design
- Interactive hero section
- Services overview with animations
- Contact form with validation
- Built with TypeScript for type safety
- Styled with Tailwind CSS for rapid development
- Node.js (v14 or higher)
- npm or yarn
-
Clone the repository: ```bash git clone cd powder-coating-pro ```
-
Install dependencies: ```bash npm install
yarn install ```
- Start the development server: ```bash npm start
yarn start ```
The application will be available at http://localhost:3000.
src/
├── components/ # React components
├── styles/ # CSS and Tailwind styles
├── types/ # TypeScript type definitions
├── App.tsx # Main application component
└── index.tsx # Application entry point
npm start- Runs the app in development modenpm build- Builds the app for productionnpm test- Runs the test suitenpm eject- Ejects from Create React App
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.