This is a web-based chat bot with which any user of this application can initiate a conversation with the AI bot. The bot will provide authentic and valid solutions to any problems or concerns. It can provide answers to coding problems, travel guides, math problems, and any other type of question. Api from OpenAI is used to get AI-generated answers based on the question.
P.S - If you like it give it a star✨
For frontend React Js and backend node's framework Express Js is used. This web-app is deployed on render for 24/7 backend running (i.e server) and vercel for frontend.
- Fork the repo and clone in your machine
- Open the folder in any code editor (i.e VS Code)
- Open terminal/CMD/Powershell and paste
cd .\client
then install the dependencies withnpm install
ornpm i
- Then for backend dependencies head over to
cd .\server
then pastenpm install
ornpm i
- Open terminal/CMD/Powershell and paste
- Then keep the backend running locally
nodemon server.js
ornode server.js
. - Finally run
npm start
- Can give answer to any question wheather it's a math problem or coding question or creating any application or any kind of guidance.
- Together can handle many requests at a time.
- Interactive UI
- Response time is in milliseconds.
- Globally users can use this platform
- React Js, CSS is used in front-end.
- Express Js is used in back-end.
- Render, Vercel is used for deployment.