Go to file
2025-06-17 12:31:30 +00:00
backend Edit Goals added, Milestones/tasks drawer added. 2025-06-17 12:31:30 +00:00
dist So many changes: created CareerSearch.js to be included in MilestoneTracker.js, several version updates for Node, Chad UI, etc. 2025-03-20 13:20:54 +00:00
public Added KSAs with UI enhancements 2025-05-20 18:34:27 +00:00
src Edit Goals added, Milestones/tasks drawer added. 2025-06-17 12:31:30 +00:00
uploads Fixed .pdf resume upload, Logout button background 2025-05-09 13:13:31 +00:00
.env.development Added CareerCoach - adjusted CareerRoadmap. 2025-06-06 15:40:06 +00:00
.gitignore Distance Calculations 2024-12-30 22:53:42 +00:00
Abilities.txt Migrated server2 back to SQLite 2025-05-20 15:43:41 +00:00
ecosystem.config.cjs fixed api calls, tuition mapping for new data source, added Loan Repayment current salary and fixed UI issue 2024-12-29 15:42:28 +00:00
final_master_career_list.json CareerExplorer build out 2025-05-13 19:49:08 +00:00
Knowledge.txt Migrated server2 back to SQLite 2025-05-20 15:43:41 +00:00
merge_ksa.js Added KSAs with UI enhancements 2025-05-20 18:34:27 +00:00
package-lock.json selectedCareer in state for navigation acceptance in Roadmap, etc. 2025-06-13 20:45:31 +00:00
package.json selectedCareer in state for navigation acceptance in Roadmap, etc. 2025-06-13 20:45:31 +00:00
parseLine.js Added KSAs with UI enhancements 2025-05-20 18:34:27 +00:00
postcss.config.js Header UI 2025-05-22 17:18:57 +00:00
README.md Initial commit for new React app 2024-12-20 13:27:20 +00:00
salary_data.csv Migrated all sqlite tables to mySQL for server 2025-05-19 17:06:49 +00:00
salary_info.db Fixed Expected Salary input in LoanRepayment 2025-03-03 15:50:46 +00:00
schema.sql Migration of server3 to MySQL, changed table name to career_profiles, adjusted all corresponding components of career_path variable changes to career_profile, assigned forced numeric handling of table entities in the simulator 2025-05-26 14:50:22 +00:00
Skills.txt Migrated server2 back to SQLite 2025-05-20 15:43:41 +00:00
tailwind.config.js So many changes: created CareerSearch.js to be included in MilestoneTracker.js, several version updates for Node, Chad UI, etc. 2025-03-20 13:20:54 +00:00
testOnetAPI.js Initial commit for Aptiva Dev1 App 2024-12-20 13:55:34 +00:00
updated_career_data_final.json CareerExplorer build out 2025-05-13 19:49:08 +00:00
user_profile.db Cross-app navigation UI fixes 2025-06-16 17:05:44 +00:00

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify