jwilferd10/PortfolioForge

Refactor Codebase

Closed this issue · 1 comments

Expected Update:

With the bulk of PortfolioForge complete, this is an opportune time to refactor the code.

Commit 42a79df Update:

  • app.js, Moving away from the promise chain using the async/await structure to maintain the same logic.
  • Separated each prompt into their own module, exporting them out.