Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.27 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.27 KB

Portfolio Project

Description

Sergiu Hotea's personal portfolio website, showcasing his skills, projects, and resume. The portfolio is designed to provide an overview of some of my background, projects, and expertise in web development.

Features

Highlight the key features of your project. Use bullet points for clarity.

Home Page:

Video background with a welcome message and title. Downloadable resume section. Projects Section:

List of projects with associated icons. Each project button opens the corresponding project link.

About Section:

About details with a text description. Social icons with links.

Technologies Used

--React: A JavaScript library for building user interfaces. --FontAwesome: Icon toolkit used for displaying project icons. --CSS: Styling for the entire portfolio.

Demo

https://cozy-sopapillas-ba90a1.netlify.app

How to Run

  1. Clone the repository.
  2. Install dependencies with npm install.
  3. Run the project with npm start.
  4. Open the browser and navigate to http://localhost:3000 to view the portfolio.

Installation

Clone the repository

git clone https://github.com/shotea/portfolio.git

Change into the project directory

cd your-repo

Install dependencies

npm install