PabloApp is a React application built with Vite that uses the OpenAI API to provide moral advice based on user input. The app allows users to input a message and receive a response indicating whether the action described in the message is morally correct.
- React: Utilizes React for building the user interface.
- Vite: Uses Vite for fast development and build processes.
- OpenAI API: Integrates with the OpenAI API to analyze user messages and provide advice.
- ESLint: Configured with ESLint for code quality and consistency.
- Node.js (version 14 or higher)
- npm (version 6 or higher)
