Single-page website for showcasing projects, skills and information about myself.
Here is a working live demo: https://petruborta.com//
- Development
- Production / Hosting
-
Follow the instructions on how to create a contact form API
-
Once you're done with the contact form API, clone this repository to your local machine
$ git clone https://github.com/petruborta/developer-portfolio
-
Create
js/secrets.js
and replace"YOUR_SERVICE_ENDPOINT"
with your endpoint logged to the console after deploying the contact form API
export const CONTACT_FORM_API_ENDPOINT = "YOUR_SERVICE_ENDPOINT"
- In VS Code install Live Sass Compiler extension to compile
.scss
files to.css
- In VS Code install Live Server extension to view the project
Project is: finished
Created by @petruborta - feel free to contact me!