This repository contains the source code for the Smart Home Application Landing Page, built with React and styled using Tailwind CSS. The landing page is designed to showcase the features and benefits of a smart home system, providing a modern, responsive interface for potential customers.
- Fully responsive design
- Modern UI with smooth animations
- Easy to customize and extend
-
Clone the repository:
git clone https://github.com/Oliviier-dev/smart-home-app.git
-
Navigate to the project folder:
cd smart-home-app
-
Install dependencies:
npm install
-
Start the development server:
npm dev
The app will run at http://localhost:5173/.
- Modify content in
src/App.js
. - Change styles using Tailwind classes in the components.