n-0 / breeze-tech-interview

Web-based CO2 visualization where random CO2 values (between 350 and 5000 ppm) are getting pulled every 10 seconds from the app backend to the frontend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

breeze-tech-interview

Web-based CO2 visualization where random CO2 values (between 350 and 5000 ppm) are getting pulled every 10 seconds from the app backend to the frontend.

Setup

Install dependencies

cd backend
npm install
cd ../frontend
npm install

Start backend and then frontend

cd backend
npm start &
cd ../frontend
npm start &

Access in your browser localhost:3000

About

Web-based CO2 visualization where random CO2 values (between 350 and 5000 ppm) are getting pulled every 10 seconds from the app backend to the frontend.


Languages

Language:JavaScript 92.0%Language:HTML 5.1%Language:CSS 2.9%