Refactor Codebase
Closed this issue · 1 comments
jwilferd10 commented
Expected Update:
With the bulk of PortfolioForge complete, this is an opportune time to refactor the code.
jwilferd10 commented
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.