Skip to content

Latest commit

 

History

History
91 lines (61 loc) · 2.23 KB

README.md

File metadata and controls

91 lines (61 loc) · 2.23 KB

Stanislav Lyu's Portfolio

This repository contains the source code for my personal portfolio website. The portfolio highlights my skills, experience, and achievements as a frontend developer, providing potential employers and collaborators with insights into my work.

Features

  • Responsive Design: The site is fully responsive and works seamlessly across all devices.
  • Case Studies: Showcases key projects with detailed problem-solving approaches and outcomes.
  • Dynamic Content: Built with Next.js to enhance performance and SEO.
  • SEO Optimized: Structured with best practices to improve visibility on search engines.
  • Contact Form: A functional form to connect directly with me via email.
  • Interactive Animations: Subtle animations for a smooth and engaging user experience.

Technologies Used

  • Frontend Framework: Next.js, React
  • Styling: Tailwind CSS
  • State Management: Zustand
  • Build Tools: Webpack, ESLint
  • Deployment: Vercel

Getting Started

Follow the steps below to run the project locally:

Prerequisites

  • Node.js (v14 or above)
  • npm or Yarn

Installation

  1. Clone the repository:

    git clone https://github.com/stanislavlyu/portfolio.git
  2. Navigate to the project directory:

    cd portfolio
  3. Install dependencies:

    npm install

    or

    yarn

Running the Development Server

Start the development server to view the project locally:

npm run dev

Visit http://localhost:3000 in your browser to see the portfolio.

Building for Production

To create an optimized production build, run:

npm run build

Serve the production build locally:

npm start

Live Demo

Check out the live version of my portfolio here: live demo

License

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

Connect With Me