A full-stack application showcasing real-time and historical environmental data like temperature and humidity, with a React-based frontend and a Node.js backend.
- Real-time dashboard
- Historical data visualization
- Configurable settings for data refresh and notifications
bash
git clone https://github.com/IndiasFernandes/EnvironmentDashboard
# Backend setup
npm install
# Frontend setup
cd dashboard
npm install
# Backend
cd [backend-directory]
node index.js
# Frontend
cd [frontend-directory]
npm start
- View real-time data on the dashboard.
- Analyze historical trends.
- Customize settings for personal preferences.
Contributions are welcome. Please submit a pull request for review.