This is a smart light control app created with React.js, Three.js, Framer-motion, Typescript, and SCSS.
Here you can check Demo online: Demo
To run this project locally, follow these steps:
- Clone the repository to your local machine.
- Install the dependencies by running
npm install
. - Start the development server by running
npm start
. - Navigate to
http://localhost:3000
in your web browser to view the website.