Read in another language: Українська, English.
This project is the frontend part of my personal portfolio. It is developed using:
And it is designed to showcase and present my skills, projects, and contact information.
- Clone the repository:
git clone https://github.com/YuriiPohorilets/portfolio-frontend.git
- Install project dependencies:
cd portfolio-frontend
npm install
- Start the development server:
npm start
The project will be available at http://localhost:3000.
- To build an optimized version of the project, run the following command:
npm run build
The built files will be located in the build directory.
I am open to contributions and improvements to this project. If you have any suggestions, please create a new Pull Request. I will review your changes and discuss any questions that may arise.