Skip to content

Latest commit

 

History

History
230 lines (151 loc) · 3.16 KB

File metadata and controls

230 lines (151 loc) · 3.16 KB

HiReza.ir

My personal developer portfolio and digital home.
Backend Engineer • Laravel Developer • Open Source Enthusiast

🌐 WebsiteGitHubLinkedIn


👋 About

HiReza.ir is my personal portfolio website where I showcase my projects, technical skills, open-source contributions, and professional experience.

The goal of this project is to provide a clean, fast, and responsive website that represents my work as a backend developer while serving as a central place for recruiters, clients, and developers to learn more about me.


✨ Features

  • Responsive modern UI
  • Project showcase
  • Skills & technologies
  • Work experience
  • Contact section
  • Fast loading
  • SEO friendly
  • Mobile-friendly
  • Clean architecture
  • Easy customization

🛠 Tech Stack

Backend

  • PHP
  • Laravel

Frontend

  • Blade
  • HTML5
  • CSS3
  • JavaScript
  • Tailwind CSS

Database

  • MySQL

Tools

  • Git
  • GitHub
  • Composer
  • Vite

📂 Project Structure

app/
bootstrap/
config/
database/
public/
resources/
routes/
storage/
tests/

🚀 Getting Started

Clone the repository

git clone https://github.com/hirezadehghani/HiReza.ir.git

Enter the project

cd HiReza.ir

Install dependencies

composer install
npm install

Configure environment

cp .env.example .env
php artisan key:generate

Update your database credentials inside .env.

Run migrations

php artisan migrate

Start development server

php artisan serve

Run Vite

npm run dev

📸 Screenshots

Add screenshots inside:

docs/screenshots/

Example:

docs/screenshots/home.png
docs/screenshots/projects.png
docs/screenshots/contact.png

📁 Featured Projects

Some of my favorite projects include:

  • 🏠 Real Estate CRM
  • 🤖 Multiplatform Anonymous Chatbot
  • 🛒 Chain Store

More projects are available on my GitHub profile.


📈 Goals

This portfolio aims to:

  • Showcase my technical abilities
  • Share my open-source projects
  • Document my development journey
  • Help recruiters evaluate my work
  • Connect with other developers

🤝 Contributing

Although this is a personal portfolio, suggestions and improvements are always welcome.

  1. Fork the repository
  2. Create your feature branch
git checkout -b feature/new-feature
  1. Commit your changes
git commit -m "Add new feature"
  1. Push your branch
git push origin feature/new-feature
  1. Open a Pull Request

⭐ Support

If you like this project, consider giving it a star.

It helps others discover my work and motivates me to continue building open-source projects.


📫 Contact

Website

https://hireza.ir

GitHub

https://github.com/hirezadehghani


📄 License

This project is open source and available under the MIT License.


Made with ❤️ using Laravel