A modern, responsive landing page for a premium laundry service built with HTML, Tailwind CSS, and JavaScript.
- Responsive Design: Fully responsive across all device sizes
- Interactive Navigation: Smooth scrolling and mobile-friendly hamburger menu
- Dynamic Header: Changes background on scroll with hide/show animations
- Service Packages: Interactive pricing cards with hover effects
- Modern UI Components:
- Animated hamburger menu
- Floating announcement banner
- Interactive service cards
- Testimonial section
- Call-to-action sections
- HTML5
- Tailwind CSS
- JavaScript (Vanilla)
- Google Fonts
- Flowbite Components
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
Make sure you have Node.js installed on your machine.
-
Fork the repository
-
Clone the repository
git clone https://github.com/yourusername/lux-laundry.git cd lux-laundry -
Install dependencies
npm install
-
Start development server
npm run dev
-
Open your browser Navigate to
http://localhost:3000to view the site
lux-laundry/
├── src/
│ ├── assets/
│ │ └── images/
│ ├── main.js
│ └── style.css
├── public/
│ └── images/
├── index.html
├── tailwind.config.js
├── package.json
└── README.md
The color scheme can be modified in tailwind.config.js:
colors: {
primary: "#00334C", // dark blue
secondary: "#D0F6FF", // light blue
accent: "#21B7E2", // bright light blue
neutral: "#F7FEFF", // white
grey: "#263238" // grey
}The site uses the following Google Fonts:
- Grandstander - Display headings
- Inter - Body text
- Outfit - UI elements
- Rasa - Accent text
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- Brandon Jenkins - @devjenko
- Donovan Wilson - @DonovanWilson
- Heroicons for beautiful icons
- Flowbite for UI components
- Tailwind CSS for styling framework
