Skip to content
/ v2 Public

second iteration of my portfolio, built with Astro + React and MD <3

Notifications You must be signed in to change notification settings

brohudev/v2

Repository files navigation

Portfolio V2 🚀

V2 of my portfolio site, built with Astro to incorporate a blog and a major redesign. The previous version lacked responsiveness, accessibility, and aesthetics—so I started fresh.

🚧 Tech Stack

  • Framework: Astro
  • Styling: Tailwind CSS
  • Language: JavaScript

📂 Project Structure

.
├── public          # Static assets (icons, images, favicon)
└── src
    ├── components # Reusable UI components
    ├── content    # Blog posts, projects, and career entries
    ├── layouts    # Base layouts for pages
    ├── pages      # Main site pages
    ├── styles     # Global styles

🛠 Installation & Running

Prerequisites

  • Node.js (LTS recommended)
  • NPM (or use pnpm/yarn idk you do you)

Steps

  1. Clone the repository:
    git clone https://github.com/your-username/portfolio-v2.git
    cd portfolio-v2
  2. Install dependencies:
    npm install
  3. Run the development server:
    npm run dev
  4. Open http://localhost:4321 in your browser.

✅ TODO

🔍 Potential Features

  • Search across blogs (reference)
  • Sort projects by date
  • Re-style blog

📝 License

This project is licensed under the MIT License.

About

second iteration of my portfolio, built with Astro + React and MD <3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published