ITurres / iturres-reactive-portfolio

💼 Discover my 2023/24 ⚛️Reactive Portfolio⚛️, featuring projects from 2022 to today. Explore my work, access my resume, and connect with me using the contact form! Let's collaborate and create something amazing together.

Home Page:https://iturres.github.io/iturres-reactive-portfolio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arthur logo

⚛️ ITurres | Reactive Portfolio ⚛️


📗 Table of Contents


📖 Reactive Portfolio

  • 💼 Welcome to my 2023 ⚛️Reactive portfolio⚛️, where I proudly present a collection of projects I've diligently worked on from 2022 until today. Feel free to explore these endeavors and witness the evolution of my skills and creativity. If you're interested in learning more about my background and experience, you can find my resume on the about page of the portfolio. For any inquiries or collaboration opportunities, please don't hesitate to reach out through the contact form on the contact page. I'm excited to share my journey with you and look forward to connecting!

🛠 Built With

Tech Stack

Libraries used:

(back to top)


🚀 Live Demo

(back to top)


💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

Example commands:

  • With SSH:
  cd your-folder
  git clone git@github.com:ITurres/iturres-reactive-portfolio.git
  • With HTTPS:
  cd your-folder
  git clone https://github.com/ITurres/iturres-reactive-portfolio.git
  • With GitHub CLI:
  cd your-folder
  gh repo clone ITurres/iturres-reactive-portfolio

Install

Install this project's dependencies with:

  npm install

Usage

To run the project, execute the following command:

  npm start

Linters

To run the linters included in this project, execute the following command:

  • ESLint:
  npx eslint "**/*.{ts,tsx}"
  • Stylelint:
  npx stylelint "**/*.{css,scss}"

(back to top)


👥 Authors

👤 Arthur Iturres

(back to top)


🔭 Future Features

  • Add Suspense and ErrorBoundaries.
  • Swap configs to Environmental Variables.
  • Small Waving Alien in Thank You btn message at the contact form.
  • Horizontal ide Navbar.

(back to top)


🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)


⭐️ Show your support

Give a ⭐ if you liked this project!

(back to top)


📝 License

This project is MIT licensed.

(back to top)


About

💼 Discover my 2023/24 ⚛️Reactive Portfolio⚛️, featuring projects from 2022 to today. Explore my work, access my resume, and connect with me using the contact form! Let's collaborate and create something amazing together.

https://iturres.github.io/iturres-reactive-portfolio/

License:MIT License


Languages

Language:TypeScript 56.8%Language:SCSS 41.6%Language:HTML 1.2%Language:JavaScript 0.4%