A responsive personal portfolio website for Subrat Kumar Behera, an Electronics and Telecommunication Engineering student. It presents selected work in embedded systems, cloud and IoT, web development, and product design.
- React 18
- Vite 5
- CSS
| Project | Area | Link |
|---|---|---|
| ResQBeacon | Embedded systems — ESP32, LoRa, and GPS emergency rescue system | Repository |
| HealthCare Website | Web development | Repository |
| Age Calculator | Web development | Live site |
| VR Solar System | Web development | Repository |
| Vault | Web design | Design |
| Century Eden | Web design | Design |
| Brand Landing Page | Web design | Repository |
| Remote Health Monitoring System | Cloud & IoT — MQTT, AWS IoT Core, Flask, DynamoDB, and React | Repository |
| Banking Management System | Software development | Repository |
| S3 Cloud Image Uploader | Cloud & IoT | Repository |
| Real-Time Tracker | Software development | Repository |
npm install
npm run devTo create a production build:
npm run buildsrc/ React application and styles
assets/images/ Portfolio, project, and technology images
index.html Vite entry document
vite.config.js Vite configuration
node_modules/ and dist/ are generated locally and intentionally excluded from version control.