Portfolio built to highlight skills and projects worked as a full-stack developer
I developed this project in an attempt to build a portfolio that would stand out amoung the field. I gave it my own look and feel, seeking for a minimalistic approach.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes
A step by step installaltion to run the app
Clone the repo in your command line
Git Clone https://github.com/jakedykstra/Full-Stack_Portfolio.git
Change into project diretory
cd Full-Stack_Portfolio
Install necessary packages from both the express server and react client package.jsons
npm i -g
cd client
npm i -g
Now go back to your server and create a .env file so you can use your email with the nodemailer library
UN = yourEmailHere
PASS = yourPassWordHere
You can now run the application
npm run dev
Now to have this work with
Follow the link below to see live project on Heroku https://devbyjake.com/
- React for main project
- React-Redux- components
- Auth0-authentication
- Chart.js - graphs
- Mongodb for database
- React - The front-end library used
- Sequelize - Used for contact form to email follow up.
- jspdf - For pdf download
THANKS