Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 2.32 KB

File metadata and controls

62 lines (43 loc) · 2.32 KB

Tenax-Adil.github.io

⚡ Silicon-to-Software Portfolio

Welcome to the repository for my personal portfolio! I'm Adil, a final-year Electronics & Computer Engineering student based in India.

This site is designed with a sleek, developer-centric retro/neon terminal aesthetic, featuring interactive terminal booting animations, custom accent controls, and responsive layouts.

🚀 Live Site: adilbuilds.me


🛠️ Tech Stack & Architecture

This portfolio is built using modern web technologies optimized for speed, aesthetics, and ease of maintenance:

⚙️ Content-Driven Design

The entire site is configured dynamically from a single source of truth: data/portfolio.json. No need to modify layout code to update text, stats, or projects; simply update the JSON structure, and the changes will render immediately.


⚡ Development & Deployment

Local Setup

To run this project locally, make sure you have Node.js installed, then follow these steps:

  1. Clone the repository:

    git clone https://github.com/Tenax-Adil/Tenax-Adil.github.io.git
    cd Tenax-Adil.github.io
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev

    Open http://localhost:3000 in your browser to view the application.

  4. Build for production:

    npm run build

Updating Content

To update the bio, projects, stats, or social links:

  1. Open data/portfolio.json.
  2. Edit or append objects (refer to CONTENT.md for detailed schema definitions).
  3. Commit and push your changes to trigger automatic deployment via GitHub Actions.