https://github.com/thedevarchive/dev-career-personality-test
Based on peachnono's career-personality-test
https://github.com/thedevarchive/dev-career-personality-test
career career-guide career-path expressjs it javascript mern-stack mysql nodejs personality-test react
Last synced: about 2 months ago
JSON representation
Based on peachnono's career-personality-test
- Host: GitHub
- URL: https://github.com/thedevarchive/dev-career-personality-test
- Owner: thedevarchive
- Created: 2024-11-15T07:30:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T08:35:13.000Z (about 2 months ago)
- Last Synced: 2025-03-29T09:28:05.392Z (about 2 months ago)
- Topics: career, career-guide, career-path, expressjs, it, javascript, mern-stack, mysql, nodejs, personality-test, react
- Language: JavaScript
- Homepage:
- Size: 418 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About this Project
This is Dev Career Personality Test, a project inspired by peachnono's [Career Personality Test](https://github.com/peachnono/dev-personality-test).
It functions similarly to personality tests like the Enneagram and MBTI tests, but this personality test will let users know about their ideal career path in IT based on their answers to the questions in the test. The results of the test were based on [roadmap.sh](https://roadmap.sh/).
__Disclaimer:__ The test does not intend to stereotype people with certain personality traits to take up a particular role; this test only offers suggestions for people who are undecided on which career path to take.
Made with
# How to Run
### Before you run this project, make sure you have run [dcpt-server](https://github.com/thedevarchive/dcpt-server). Instructions for running it are listed in its README.
In the Command Line or Terminal, enter this project's directory and type
### `npm install`
to install its dependencies, then type
### `npm start`
to run the project.
# How to Use
On the home page, click on TAKE THE TEST to start the test. Otherwise, feel free to navigate through the other links in the navbar to take the test or see all possible results. All test items are multiple choice so select the choice that best fits you. Make sure you answer every question before submitting. If successful, you will see your result.
# Features
* A test that determines the user's ideal IT career path based on their personality
* Three navigable web pages
* Error handling for questions not answered
* Nine possible results
* Full Stack Developer, Database Administrator and Cyber Security Expert are just three possible ones… Clone and run this project to find the others!
* Each result has their own details, such as motivation, work style and the languages they frequently use at work# How to Report Issues
Email me at [email protected] if you find any bugs in the program or have any issues running it.