An application where the objective is to show my personal projects, my experiences working as a Front-end Developer, my academic training and share with you my contact.
The Front-End was developed with React.JS. I use i18n to internationalize the project and can be translated between portuguese and english language. The navigation screens were made with React Router DOM.
π₯ To run the Front-End, in a terminal, execute the following commands:
# to enter the project folder
$ cd leopacciulli.github.io
# to download the dependencies
$ yarn
# to start the application on port 3000
$ yarn start