This project is a real-time chat to communicate with an Open AI model in an Agile assistant role.
- Real-time chatting: Allow users to ask the Open AI model and get quick responses.
- Adaptability: Full adaptability for different screen resolutions.
On desktop screen
On tablet screen
On mobile screen
To get started with the app, follow these steps:
- Clone the repo:
https://github.com/<username>/ai_coach.git
- Navigate to the project dir:
cd ai_coach
- Install dependencies:
npm install
- Start the server:
npm start
- (optional) Set your API URL:
- Open the
src/consts/api.ts
file and set your URL. - Add environment variable
API_URL
with your URL.