Portfolio is a react application, that not only shows all of my personal projects and solutions, but also provides an overview about my technical skills and career. This project is powered by Dots - my own front end library.
This project started from this mockup. The logo can also be checked here.
To see the latest deployed version of the application, just click here to start using it.
Follow these instructions to run Portfolio locally.
Portfolio is a node project, which means you should have the latest version of NodeJS installed.
To install the project, just run the command
npm install
To build the project, just run the command
npm run build
To start the project, just run the command
npm start
Portfolio follows the publishing steps that GitHub Pages suggests.
To publish the project, just run the command
npm run publish
- Dots - Provides the necessary components and styling to render the project
- Create React App - Manages and builds the project as a react application
Not available.
Not available.
- Pedro Gomes - Owner
This project is licensed under the MIT License - see the LICENSE.md file for details.