- Public URL Access
- Technology Stack Used
- Screenshots
- How to Run the Application
https://visounday-ai.azurewebsites.net
No | Tech Stack / Package |
---|---|
1. | React |
2. | React Router |
3. | Vite |
4. | Tailwind & Flowbite |
5. | React Markdown |
6. | Cloudinary |
7. | Axios |
8. | Sweetalert2 |
For more detail check it on package.json
- Landing Page
- Use Case Page
- Terms & Conditions Page
- Dashboard Page
- Chat Page
- Video Indexer Enhancer Page
- Not Found Page
Note: You will be unable to run this application unless you have Cloudinary and Microsoft authentication via Firebase. You must modify the code that interacts with the API as necessary.
Check Dockerfile or run this way and .yml :
- Git clone this repository
- Open terminal
- Navigate to this repository
- Create file .env and take a list of .env on
.env.template
VITE_FIREBASE_APIKEY=
VITE_FIREBASE_AUTHDOMAIN=
VITE_FIREBASE_PROJECTID=
VITE_FIREBASE_APPID=
VITE_FIREBASE_MEASUREMENTID=
VITE_CLOUDINARY_CLOUD=
VITE_CLOUDINARY_APIKEY=
VITE_CLOUDINARY_UPLOADPRESET=
- Install the package
npm install
- Run application
npm run dev