A portfolio website showcasing my experience, projects, and skills as a Software Engineer.
This is my personal website that serves as a digital portfolio and resume. The website features:
- Professional background and experience
- Education details
- Technical skills and expertise
- Personal projects
- Contact information
- Links to professional profiles (GitHub, LinkedIn)
- HTML5
- CSS3
- JavaScript
- Responsive Web Design principles
- Parcel (for bundling and optimization)
- Node.js
-
Clone the repository:
git clone https://github.com/aahurtado/my_website.git cd my_website -
Install dependencies:
npm install
-
Start Development Server: Run the development server with hot reloading:
npm start -
Build for Production: Create an optimized production build:
npm run build -
Clean Build Artifacts: Remove the .parcel-cache and dist directories:
npm run clean
- Email: aaronhurtado95@gmail.com
- LinkedIn: linkedin.com/in/aaronhurtado
- GitHub: github.com/aahurtado
This project is licensed under the MIT License - see the LICENSE file for details.