Skip to content

Jason-Hargrove/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jason Hargrove - Portfolio

Hey there! 👋 I'm Jason, a visual artist turned full-stack developer. I'm passionate about blending creativity and technology to craft unique digital experiences. From designing sleek user interfaces to streamlining processes with automation, I'm all about turning challenges into intuitive solutions.

With a continuous thirst for learning and a knack for creative problem-solving, I'm committed to delivering impactful results that exceed expectations. My background as a visual artist gives me a unique perspective in software engineering, allowing me to approach projects with creativity and innovation.

This Is Me

jasonhargroveart.com

How to Run Locally

To run this application locally, follow these steps:

  1. Install Dependencies: Navigate to the project directory in your terminal and run:

    npm install
  2. Start the Server Start the Express server by running:

    npm start

    This will start the server, and it will be accessible at http://localhost:3000 by default.

Heroku

To push your updated project to Heroku, follow these steps:

  1. Login to Heroku: If you're not already logged in, open your terminal and run:

    heroku login
  2. Add Heroku Remote (if not already added): If the Heroku remote isn't linked to your project, add it by running:

    heroku git:remote -a <your-heroku-app-name>
  3. Push to Heroku: Once you've committed your changes to GitHub and your Heroku remote is set, push the changes to Heroku by running:

    git push heroku main
  4. Check Logs: After pushing, you can check the logs to make sure the deployment was successful by running:

    heroku logs --tail

    This should deploy your updated code to the existing Heroku app.

Links

This Project on Heroku

My Personal Website

About

Jason Hargrove - Software Engineer portfolio deployed on Heroku.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published