Live Link: https://portfolio-fay-react.netlify.app/
This is my Portfolio Page. Thanks for being here! π
.
βββ README.md
βββ package-lock.json
βββ package.json
βββ public
β βββ favicon-16x16.png
β βββ index.html
βββ src
βββ App.css
βββ App.js
βββ assets
β βββ [your files...]
βββ components
β βββ about
β β βββ About.jsx
β β βββ Info.jsx
β β βββ about.css
β βββ contact
β β βββ Contact.jsx
β β βββ contact.css
β βββ footer
β β βββ Footer.jsx
β β βββ footer.css
β βββ header
β β βββ Header.jsx
β β βββ header.css
β βββ home
β β βββ Data.jsx
β β βββ Home.jsx
β β βββ ScrollDown.jsx
β β βββ Social.jsx
β β βββ home.css
β βββ qualification
β β βββ Qualification.jsx
β β βββ qualification.css
β βββ scrollup
β β βββ ScrollUp.jsx
β β βββ scrollup.css
β βββ skills
β β βββ Backend.jsx
β β βββ Frontend.jsx
β β βββ Skills.jsx
β β βββ skills.css
β βββ work
β βββ [your works...]
βββ helper
β βββ ToastNotify.tsx
βββ index.js
To run the application on your local machine, follow these steps:
-
Clone the project to your computer:
git clone https://github.com/iamfatihay/Portfolio.git -
Open your terminal and navigate to the project directory.
cd portfolio -
Install the dependencies:
npm install -
Start the application:
npm start -
Open your web browser and visit http://localhost:3000 to explore the Application.