This is my personal portfolio website, where I showcase my resume and projects in an interactive way. The website provides a ChatGPT style typewriter effect in a editor user interface for visitors to explore my skills, experience, and accomplishments. And also allows for the vistor to edit the page live by editing the css
- Interactive Resume: Visitors can view my resume in an interactive format, including my skills, work experience, education, and other relevant information.
- Project Showcase: I showcase my projects with descriptions, images, and links to their live demos or source code repositories.
- Contact Information: Visitors can easily get in touch with me using the provided contact information or through a contact form.
- Responsive Design: The website is optimized for various devices, ensuring a seamless experience for users on desktop, tablet, and mobile.
- Clone the repository:
git clone https://github.com/sbouldin/resume-projects.git
- Navigate to the project directory:
cd resume-projects
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your web browser and visit:
http://localhost:3000
- HTML5
- CSS3
- JavaScript
[Specify the license under which your project is distributed, e.g., MIT License]