Skip to content

A modern, responsive portfolio website showcasing my professional experience, projects, and skills as a software engineer with over 4 years of expertise. Built with HTML, CSS, and JavaScript, featuring animations for an engaging user experience.

License

Notifications You must be signed in to change notification settings

mhshujon/mhshujon.github.io

Repository files navigation

Web Application Engineer Portfolio

This is a personal portfolio project showcasing the skills and projects of a Web Application Engineer.

Table of Contents

Installation

  1. Clone the repository:

    git clone [email protected]:mhshujon/mhshujon.github.io.git portfolio
    cd portfolio
  2. Install dependencies:

    Make sure you have Node.js installed. Then run:

    npm install

Usage

  1. Start the development server:

    npm run dev

    This will start the application in development mode. Look for the server address in the console output.

  2. Build for production:

    npm run build

    This will create an optimized production build in the dist folder of the application.

  3. Run the production build:

    npm run preview

    This will preview the production build locally. Look for the server address in the console output.

Scripts

  • npm run dev: Starts the development server.
  • npm run build: Builds the app for production.
  • npm run preview: Serves the production build locally.
  • npm run lint: Lints the codebase.
  • npm run deploy: Deploys the app to GitHub Pages.

Technologies

  • React: A JavaScript library for building user interfaces.
  • TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
  • Tailwind CSS: A utility-first CSS framework for rapid UI development.
  • Lucide React: A collection of simple and beautiful SVG icons.
  • npm: A package manager for JavaScript.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A modern, responsive portfolio website showcasing my professional experience, projects, and skills as a software engineer with over 4 years of expertise. Built with HTML, CSS, and JavaScript, featuring animations for an engaging user experience.

Resources

License

Stars

Watchers

Forks