A modern, responsive website for Cider Teknik, an industrial machinery company. Built with React, TypeScript, and TailwindCSS.
- Responsive design optimized for all devices
- Dark mode support
- Modern UI with smooth animations
- Interactive product catalog
- Contact form
- Certificate showcase
- Google Maps integration
- React
- TypeScript
- TailwindCSS
- Framer Motion
- Swiper.js
- Lucide Icons
- Node.js (v14 or higher)
- npm (v6 or higher)
- Clone the repository:
git clone <repository-url>
cd cider-teknik- Install dependencies:
npm install- Start the development server:
npm run dev- Open http://localhost:5173 in your browser.
cider-teknik/
├── public/
│ ├── products/ # Product images
│ └── certificates/ # Certificate images
├── src/
│ ├── components/ # React components
│ ├── App.tsx # Main application component
│ └── main.tsx # Application entry point
└── package.json
To create a production build:
npm run buildThe build files will be created in the dist directory.
- Colors and theme can be modified in
tailwind.config.js - Images should be placed in the appropriate directories under
public/ - Component styles can be customized using Tailwind classes
- 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.