Skip to content

moonlitpath1/wdl_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personality Test

Welcome to the Personality Test Website!

Thank you for visiting my website dedicated to exploring and understanding different personality traits. Whether you're curious about whether you're more extroverted or introverted, optimistic or pessimistic, our test is designed to help you gain clarity.

How it Works:

  1. Set up: Download the entire folder and set up a local sever 8000 on that folder. Instructions to set up are given below.

  2. Take the Test: Begin by clicking on the "Start Test" button on the homepage. The test comprises a series of questions designed to gauge your preferences, behaviors, and outlook on life.

  3. Answer Honestly: There are no right or wrong answers in this test. Simply respond to each question based on your genuine thoughts, feelings, and experiences.

  4. Receive Your Results: Once you've completed the test, you'll receive your personalized results. These results will provide insights into whether you lean more towards being an extrovert or introvert, optimistic or pessimistic, or a combination of these traits.

  5. Explore Further: Dive deeper into your results by reading the descriptions of each personality type. Discover what it means to be extroverted, introverted, optimistic, or pessimistic, and how these traits influence your thoughts, behaviors, and interactions with others.

Why Take the Test:

Understanding your personality can offer valuable insights into various aspects of your life, including your relationships, career choices, and personal growth journey. By gaining clarity on your predominant traits, you can:

  • Enhance self-awareness: Recognize your strengths, weaknesses, and tendencies.
  • Improve communication: Understand how you relate to others and adapt your communication style accordingly.
  • Make informed decisions: Align your choices with your personality preferences for greater satisfaction and fulfillment.

Get Started:

Ready to uncover more about your personality? Take the test now and embark on a journey of self-discovery

Instructions to set up local server:

Note: First you must navigate to the folder where you saved the extracted version of the project use: cd to reach directory

Before starting the test, you must be on a local server port: 8000 located in the directory of the folder containing all files, since all files' links are on that port. This drawback will certainly be modified in the future.

Here's how you can create a local server at port 8000:

  1. Using Python:

    If you have Python installed, you can quickly create a local server, by navigating to the directory in command prompt and entering the command:

          python3 -m http.server 8000
    
  2. Using Node.js

    If you use Node.js, you can create a local server using the http-server package:

    i. First install the http-server package

          npm install -g http-server
    

    ii. Then navigate to the directory and run:

          http-server -p 8000
    
  3. Using PHP

If you have PHP installed you can use its built in server:

        php -S localhost:8000
  1. Using Ruby:

    If you have Ruby installed you can use its built in server:

        ruby -run -e httpd . -p 8000
    

About

Personality Test

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages