A personal portfolio for Roham Hadadi / nothingness-dev.
The site presents real projects and the technologies demonstrated by them, with a focus on practical backend systems that make everyday work easier.
- HTML
- CSS
- JavaScript
No framework, no build step, and no package install needed.
|-- index.html
|-- css/
| `-- style.css
|-- js/
| `-- main.js
`-- README.md
- Hero
- About
- Projects
- Stack
- Contact
- InsightFlow - Employee survey and evaluation platform built with React, TypeScript, and Django REST Framework
- DuePilot - Client-renewal accountability system with Telegram reminders, currently in active development
- Parasite - Multiplayer social-deduction game built with Node.js, Express, and Socket.IO
From the project root:
python -m http.server 8000Then open:
http://localhost:8000
- Push the files to your GitHub repository.
- Open repository Settings.
- Go to Pages.
- Select branch:
main. - Select folder:
/. - Save.
The site should deploy without any build command.