A modern indoor plants website showcasing popular plants, customer reviews, and product highlights with a calm, nature-inspired design and smooth UI interactions.
🔗 Live Demo: https://indoore-ace-taiwo.netlify.app
📦 Repository: https://github.com/Acehood455/Plant-Website
- 🌿 Beautiful, nature-inspired UI
- 🪴 Showcase of popular indoor plants
- ⭐ Reviews and highlights section
- 📱 Fully responsive layout
- ⚡ Fast performance with Vite
- 🎨 Clean and minimal design
- React – Component-based UI
- Vite – Fast development & build tool
- Tailwind CSS – Utility-first styling
- JavaScript – Core logic
git clone https://github.com/Acehood455/Plant-Website.git
cd Plant-Websitenpm install
npm install tailwindcss@3
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx,vue}"
],
theme: {
extend: {},
},
plugins: [],
}
@tailwind base;
@tailwind components;
@tailwind utilities;
npm install -D autoprefixer
npm run dev
👉 http://localhost:5173
- Improve frontend UI design skills
- Practice responsive layouts
- Explore clean, nature-inspired design systems
- Strengthen React + Tailwind workflows
- UI inspired by modern plant & lifestyle websites
- Built as part of my frontend portfolio
