Skip to content

StephanVolynets/PortfolioV2

Repository files navigation

Personal Portfolio

Deploy Status: Netlify Status

Welcome to my personal portfolio! Built from scratch and meant to showcases my skills, education, and experience in the field of computer science and beyond. It serves as a digital resume, highlighting my projects, technical skills, and professional background.

Desktop Browser

Desktop Browser

Table of Contents

Technologies Used

This portfolio is built using the following technologies:

  • Frontend:
    • React.js: A JavaScript library for building user interfaces.
    • Next.js: A React framework for server-side rendering and static site generation.
    • TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
    • Material-UI: A popular React UI framework that provides pre-designed components.
    • Tailwind CSS: A utility-first CSS framework for styling.

Features

  • Responsive Design: The portfolio is designed to be mobile-friendly and responsive across various devices.
  • Dynamic Content: Sections for education, technical skills, and experience are dynamically rendered.
  • Smooth Scrolling: Smooth scrolling effects enhance user experience when navigating through sections.
  • Custom Cursor: A custom cursor effect adds a unique touch to the user interface.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/your-repo-name.git
  2. Navigate to the project directory:

    cd your-repo-name
  3. Install the dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Open your browser and navigate to http://localhost:3000.

Usage

Feel free to explore the portfolio. You can navigate through different sections to view my education, skills, and experience. The projects section links to my GitHub portfolio for more detailed information about my work.

Contributing

Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request.

License

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


Thank you for visiting my portfolio!