Synth Sense is a dynamic wall art project that uses real-time data on weather, noise, and motion to create an interactive and visually striking display. The art reacts to the movements and interactions of people in the space, changing in color and pattern based on their presence and activity. Additionally, Synth Sense incorporates informational text such as the company's logo and real-time weather and time updates to provide useful information to viewers. The art is designed to be displayed in meeting rooms or lobbies of companies, creating an engaging and memorable visual experience for visitors and employees alike.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Clone the repo
git clone https://github.com/MikeTheMichaelS/Synth-Sense.git
- Install dependencies/packages
- from the terminal cd into the same directory where you cloned your repo
cd frontend && npm install
- Start the frontend process
- In the frontend directory:
- Make sure to run the backend process before running the frontend
npm start
- open your local host (localhost:3000)