Making personal professional website to showcase skills in programing and design with a highlight on recent projects and work experience.
Using React, HTML, SCSS, and JavaScript
- Install a blank React app by running npx create-react-app --use-npm.
- Install SCSS by running npm i node-sass
- Install react-router-dom by running npm i react-router-dom
- install svgo for svg optimization $ [sudo] npm i svgo -using vscode minifier plugin instead -making React SVG component
- install npm i -S yup to check formatting on contact form
- install emailjs to handle posting email
- Remove un-needed template files
To make a modern single page app style portfolio website. With a focus on accessibility, readability and ease of use.