A web application that generates personalized bios based on user preferences, including character traits, interests, and career goals.
- Select from various career options
- Choose personality traits
- Pick multiple interests
- Specify relationship goals
- Generate customized bios based on selections
- Clone the repository
- Run
npm install
to install dependencies - Run
npm start
to start the development server - Open http://localhost:3000 to view it in the browser
- React.js
- Tailwind CSS
- JavaScript
npm start
: Runs the app in development modenpm test
: Launches the test runnernpm run build
: Builds the app for production