type

React Website

width

Full width 100%

Color Scheme

Typeface

react libraries Used

How to Clone from github repo and Run Locally

steps

  1. Open your terminal and run the following command to pull the code:

git clone  https://github.com/code-learner-321/my-portfolio.git

2. Move into the project folder:

cd my-portfolio

3. Install the necessary packages using npm or yarn:

npm install
# or
yarn install

4. Start the local server to view the app:

npm run dev
# or
yarn dev

Open http://localhost:3000 in your browser to see the result.

© 2026 Najubudeen WordPress Developer. All rights reserved.

Scroll to Top