(This project was bootstrapped with Create React App.)
The portfolio application is deployed and can be accessed HERE
This is my portfolio website built with React. It serves as an interactive web page to showcase my skills, education, experience, and contact information.
- React.js
- React Router
- LocalStorage
- EmailJS
- CSS
- HTML
- Clone the repository to your local environment:
git clone https://github.com/osik2000/pawelosinski.git
- Navigate to the project directory:
cd portfolio
- Install the dependencies:
npm install
- Run the project:
npm start
The application will be available at localhost:3000
.
The project structure is organized as follows:
src/components
- This directory contains all the components used in the application.src/css
- This directory contains the CSS files for styling the components.src/media
- This directory contains photos and icons used in the application.src/App.js
- This is the main component of the application.src/index.js
- This is the entry file that renders the main component.
Each component is responsible for a specific section of the portfolio website, such as About, Education, Experience, and Contact.
The project was created by Paweł Osiński.