My Personal portfolio, here contains my work, driving factors, experience, and personal goals.
You can run my portfolio with the following link here
Step 1: Git clone the repository
Step 2: Navigate to the project directory
... cd My-Portfolio
Step 3: Install project dependencies
npm install
Step 4: Start the project with Npm or Yarn
If yarn:
yarn start
If npm:
npm start
Run the app!!