Coded by Leah Rosene.
I have never done anything with incorporating AI before. This was all new to me. I used AI to make my page more accessible and also to create keywords. I also created an AI chatbot. For the keywords and accessibility, I asked Chat GPT to help me come up with Keywords for my web page. I then pasted the code of my site, and it developed keywords around what my code had said. For accessibility I asked ChatGPT to help make my page more accessible and once again pasted my code. It helped me develop a more accessible page with a larger cursor, highlighting effect for my navigation, and adjusting my text! The last thing I did was create an AI chatbot using Dreamweaver for frontend and Node.js for backend. I created a chatbot file to connect to my HTML. This chatbot.js file had the script for my chatbot to follow. My HTML included a link to my javascript file as well as CSS for the chatbot. I went through a series of commands using PowerShell to connect my chatbot to the server. I also created a package.json file for the chatbot to reference. I was able to create the chat box with the Ask Us Prompt and the ability to ask it questions. However I ran into some bumps along the way and cannot get the responses to generate.