Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.16 KB

File metadata and controls

63 lines (44 loc) · 1.16 KB

Roham Hadadi — Portfolio

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.

Tech

  • HTML
  • CSS
  • JavaScript

No framework, no build step, and no package install needed.

Structure

|-- index.html
|-- css/
|   `-- style.css
|-- js/
|   `-- main.js
`-- README.md

Sections

  • Hero
  • About
  • Projects
  • Stack
  • Contact

Featured projects

  • 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

Local preview

From the project root:

python -m http.server 8000

Then open:

http://localhost:8000

Deploy on GitHub Pages

  1. Push the files to your GitHub repository.
  2. Open repository Settings.
  3. Go to Pages.
  4. Select branch: main.
  5. Select folder: /.
  6. Save.

The site should deploy without any build command.