Pierluigi10 / Portfolio_React

This my portifolio made with Reactjs, JavaScript, SAAS and Emailjs.

Home Page:https://pierluigi.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio - Pierluigi

This my portifolio made with Reactjs, JavaScript, SAAS and Emailjs.


Web deploy:


Mobile Version

Screenshot Page Mobile


Desktop Version

Screenshot Page Desktop



How to install:

$ git clone "project"
$ cd "project"
$ npm install
$ npm start


Structure

portfolio
 │
 │─── public
 │─── src
 │     │
 │     │─── components
 │     │     │─── intro
 │     │     │      │─── Intro.js
 │     │     │      └─── intro.scss
 │     │     │─── about
 │     │     │      │─── About.js
 │     │     │      └─── about.scss
 │     │     │─── project
 │     │     │      │─── Project.js
 │     │     │      └─── project.scss
 │     │     │─── projectList
 │     │     │      │─── ProjectList.js
 │     │     │      └─── projectList.scss
 │     │     │─── contact
 │     │     │      │─── Contact.js
 │     │     │      └─── contact.scss
 │     │     └─── toggle
 │     │            │─── Toggle.js
 │     │            └─── toggle.scss
 │     │ 
 │     │─── images  
 │     │─── App.js    
 │     │─── context.js
 │     │─── data.js
 │     └─── index.js
 │ 
 │─── .gitignore
 │─── .env.sample
 │─── package-lock.json
 │─── package.json
 └─── README.md
 

About

This my portifolio made with Reactjs, JavaScript, SAAS and Emailjs.

https://pierluigi.vercel.app/


Languages

Language:JavaScript 57.0%Language:SCSS 38.8%Language:HTML 4.3%