This is the updated version of my personal portfolio web application. Built primarily with TypeScript, this project showcases my skills, projects, and experience as a developer. It is designed for performance, accessibility, and modern aesthetics.
- 🚀 Modern UI/UX: Clean, responsive design for desktop and mobile devices.
- 🛠️ Tech Stack: Built with TypeScript, CSS, and some JavaScript enhancements.
- 📦 Project Showcase: Highlights key projects with live links and descriptions.
- 🧑💻 About Me: Overview of skills, experience, and background.
- 📫 Contact: Easy-to-use contact section for connecting.
Live Demo Link
(Replace this with your deployed portfolio URL)
-
Clone the repository:
git clone https://github.com/fanyicharllson/portfolio_v2.git cd portfolio_v2 -
Install dependencies:
npm install # or yarn install -
Run the development server:
npm start # or yarn start -
Open http://localhost:3000 to view it in your browser.
npm run build
# or
yarn build