Welcome to my portfolio website, built with React.js + Typescript! I'm excited to share my work with you and show you what I can do.
You might be wondering, why did I build this website? Well, I wanted to solve a problem that many of us face - visibility on the internet, especially when it comes to hiring teams and recruiters. This portfolio website is my solution to that problem, and it also serves as a platform for me to showcase my skills, experience, and projects.
This project is managed using Agile methodology with the help of Trello.
- Sprint 01 (02/08/2024 - 02/16/2024)
- Sprint 02 (02/19/2024 - 02/29/2024)
- Sprint 03 (02/29/2024 - 03/15/2024)
- Sprint 04 (03/18/2024 - 03/27/2024)
- Sprint 05 (03/28/2024 - 04/10/2024)
The project structure is organized as follows:
src
: Contains the source code of the application.components
: Contains all the reusable components used in the application.hooks
: Contains custom hooks used in the application.utils
: Contains utility functions used in the application.App.scss
: The main stylesheet for the application.App.tsx
: The main component of the application.
public
: Contains the static assets of the application.
To install the project, follow these steps:
-
Clone the repository:
git clone git@github.com:lmiguelcolombo/v2-react-portifolio.git
for SSH orgit clone https://github.com/your-username/v2-react-portifolio.git
for HTTPS. -
Navigate to the project directory:
cd v2-react-portifolio
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
The application will be available at http://localhost:3000
.
This project is licensed under the MIT License.