This application is designed for a team of psychologists to send questionnaires to their clients. The clients can fill out and save the questionnaires, and the psychologists can view all the questionnaires submitted by their clients. The application also generates a technical enneagram based on the questionnaire responses, which the psychologists can use as a tool during their consultations. Additionally, psychologists can view detailed information for each completed questionnaire.
Please note that this code is still under development.
- Psychologists can send questionnaires to clients.
- Clients can fill out and save the questionnaires.
- Psychologists can view all submitted questionnaires from their clients.
- The application generates a technical enneagram based on the questionnaire responses.
- Psychologists can access detailed information for each completed questionnaire.
- React
- Next.js
- TypeScript
- Zod
- React Hook Form
- Chakra UI
- ESLint
The application consumes the API developed by Andre Isaac. You can find the API repository here. Please click here to access the API repository on GitHub.
To run the application locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/your-repo.git - Install the dependencies:
npm install - Start the development server:
npm run dev - Open http://localhost:3000 in your browser.
This project is licensed under the MIT License.