Portfolio Website - v2.0
This is a personal portfolio website built using React.js, Node.js, Express.js and CSS. It's designed to be easily customizable and deployed, allowing developers to showcase their projects, resume, and technical skills.
Key Features:
- Multi-Page Layout: Organizes information into distinct sections for easy navigation.
- React-Bootstrap Styling: Uses React-Bootstrap and custom CSS for a clean and customizable design.
- Fully Responsive: Adapts to different screen sizes for optimal viewing on any device.
Getting Started:
- Clone the repository.
- Install dependencies:
npm install
- Run the development server:
npm start
Usage:
- Modify the components in the
/src/components/
directory to personalize the content. - Customize the styling using React-Bootstrap and CSS.
- Deploy to platforms like Vercel for easy hosting.