Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iturres/iturres-reactive-portfolio
- Owner: ITurres
- License: mit
- Created: 2023-09-03T01:22:14.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2024-08-01T18:36:10.000Z (6 months ago)
- Last Synced: 2024-10-09T12:01:57.396Z (3 months ago)
- Topics: awesomeness, portfolio-website, potfolio, react, react-hooks, react-router, reactportfolio, reactts
- Language: TypeScript
- Homepage: https://iturres.github.io/iturres-reactive-portfolio/
- Size: 91.7 MB
- Stars: 22
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
⚛️ 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)---
- 💼 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!
---
### Libraries used:
- #### [Splide.js](https://splidejs.com/)
- #### [React Router](https://reactrouter.com/)
- #### [React Icons](https://react-icons.github.io/react-icons/)
---
- [ITurres Reactive Portfolio 👨🚀 - Live Demo Link](https://iturres.github.io/iturres-reactive-portfolio/)
---
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}"
```
---
👤 **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)
---
- [ ] 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.
---
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ITurres/iturres-reactive-portfolio/issues).
---
Give a ⭐ if you liked this project!
---
This project is [MIT](./LICENSE) licensed.
---