Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 618 Bytes

File metadata and controls

35 lines (24 loc) · 618 Bytes

Personal Portfolio Website

This is my website to resume my work as a data scientist. The page mainly uses React and MUI and is inspired by open-source components.

Live Demo

Installation Guide

  • Fork the project
    https://github.com/rodrigo-arenas/portfolio/fork
    
  • Clone your fork
    git clone https://github.com/{yourusername}/portfolio.git
    
  • Install the packages
    npm install
    
  • Start the project
    npm start