Welcome to Ana Izaguirre's Developer Portfolio.
This portfolio serves as a showcase of my web development projects and skills. Whether you're an employer looking for a talented developer, a fellow coder interested in collaboration, or simply someone curious about my work, you'll find a collection of projects that highlight my expertise.
My goal is to continually expand my skillset, and make a meaningful impact in the world of web development. I'm excited to share my journey and the projects that represent my unique approach to coding.
Feel free to explore my portfolio to see my work, and don't hesitate to get in touch if you have any questions or opportunities for collaboration.
Link to the live demo on GitHub Pages: Demo Link
In the development of this portfolio, I utilized the following technologies and tools:
- Next.js: A popular React framework for building server-rendered, SEO-friendly web applications.
- React: A JavaScript library for building user interfaces, which forms the foundation of this portfolio.
- GitHub Pages: The hosting service that allows me to deploy and showcase this portfolio on the web.
These technologies, in combination, enable me to create a fast, interactive, and highly customizable developer portfolio.
-
Clone the repository:
git clone https://github.com/ana-92/portfolio.git
-
Install dependencies:
cd portfolio npm install
-
Run development server:
npm run dev