Personal portfolio created using typescript and react. I created this site so I could publicize my projects.
- Typescript - TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
- ReactJS - Uma biblioteca JavaScript para criar interfaces de usuário.
- Styled Components - Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress.
- Clone the repo
git clone https://github.com/pedrovsiqueira/portfolio-pedro-siqueira
- Install Yarn packages
yarn add
- Run the app
yarn start
The project is deployed and can be accessed at https://www.pedrosiqueira.com.br/
- Fork the Project
- Create your Feature Branch
git checkout -b feature/AmazingFeature
- Commit your Changes
git commit -m 'Add some AmazingFeature'
- Push to the Branch
git push origin feature/AmazingFeature
- Open a Pull Request