Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/iturres/iturres-reactive-portfolio

awesomeness portfolio-website potfolio react react-hooks react-router reactportfolio reactts

Last synced: about 2 months ago
JSON representation

💼 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.

Awesome Lists containing this project

README

        


arthur logo

⚛️ ITurres | Reactive Portfolio ⚛️


---

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [👥 Authors](#authors)
- [🔭 Future features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)

---

# 📖 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:

- #### [Splide.js](https://splidejs.com/)
- #### [React Router](https://reactrouter.com/)
- #### [React Icons](https://react-icons.github.io/react-icons/)

(back to top)

---

## 🚀 Live Demo

- [ITurres Reactive Portfolio 👨‍🚀 - Live Demo Link](https://iturres.github.io/iturres-reactive-portfolio/)

(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:

```bash
cd your-folder
git clone [email protected]:ITurres/iturres-reactive-portfolio.git
```

- With HTTPS:

```bash
cd your-folder
git clone https://github.com/ITurres/iturres-reactive-portfolio.git
```

- With GitHub CLI:

```bash
cd your-folder
gh repo clone ITurres/iturres-reactive-portfolio
```

### Install

Install this project's dependencies with:

```bash
npm install
```

### Usage

To run the project, execute the following command:

```bash
npm start
```

### Linters

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

- ESLint:

```bash
npx eslint "**/*.{ts,tsx}"
```

- Stylelint:

```bash
npx stylelint "**/*.{css,scss}"
```

(back to top)

---

## 👥 Authors

👤 **Arthur Iturres**

- GitHub: [@ITurres](https://github.com/ITurres)
- LinkedIn: [Arthur Emanuel G. Iturres](https://www.linkedin.com/in/arturoemanuelguerraiturres/)
- Angellist / Wellfound: [Arturo (Arthur) Emanuel Guerra Iturres](https://wellfound.com/u/arturo-arthur-emanuel-guerra-iturres)
- Youtube: [Arturo Emanuel Guerra Iturres - Youtube Channel](https://www.youtube.com/channel/UC6GFUFHOtBS9mOuI8EJ6q4g)

(back to top)

---

## 🔭 Future Features

- [ ] Add **Suspense** and **ErrorBoundaries**.
- [x] Swap configs to Environmental Variables.
- [x] Small Waving Alien in _Thank You btn message_ at the contact form.
- [x] Horizontal ide Navbar.
- [ ] Update resume link and expertise data.

(back to top)

---

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ITurres/iturres-reactive-portfolio/issues).

(back to top)

---

## ⭐️ Show your support

Give a ⭐ if you liked this project!

(back to top)

---

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)

---