PathPulse
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
index.ts
https://sach--90e8d702335f11f08a769e149126039e.web.val.run
A mobile-friendly web application designed to help students in Cameroon discover their career strengths and get recommendations for potential career paths.
- 10 culturally relevant personality quiz questions
- Mobile-responsive design for accessibility on all devices
- Personalized results showing top 3 career strengths
- Specific career recommendations based on identified strengths
- Simple, intuitive user interface
This application is built as a Val Town HTTP val with the following components:
index.ts
: Main HTTP entry point that serves the application filesindex.html
: The main application UIstyles.css
: Mobile-friendly stylingscript.js
: Quiz logic and results calculationcareer_quiz_questions.json
: Quiz questions data
- The application presents 10 personality questions to the user
- Each question helps identify specific career-related traits
- After completing the quiz, the application analyzes the responses
- The top 3 strengths are identified based on the user's answers
- Career recommendations are provided based on the user's primary strength
To modify the quiz:
- Edit
career_quiz_questions.json
to change questions or answer options - Update the
strengthDescriptions
andcareerRecommendations
objects inscript.js
to modify the results and recommendations
This application is deployed as a Val Town HTTP val and can be accessed via the val's URL.
Potential improvements for future versions:
- Add more detailed career information
- Include educational path recommendations
- Implement user accounts to save results
- Add a feature to share results on social media
- Expand to include more questions and career options