Skip to content

Latest commit

 

History

History
73 lines (60 loc) · 1.71 KB

README.md

File metadata and controls

73 lines (60 loc) · 1.71 KB

Visounday Client

Topics

  • Public URL Access
  • Technology Stack Used
  • Screenshots
  • How to Run the Application

Public URL Access

https://visounday-ai.azurewebsites.net

Technology Stack Used

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

Screenshots

  • Landing Page landingPage
  • Use Case Page useCasePage
  • Terms & Conditions Page tnc
  • Dashboard Page dashboard
  • Chat Page chat
  • Video Indexer Enhancer Page video
  • Not Found Page notfound

How to Run the Application

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 :

  1. Git clone this repository
  2. Open terminal
  3. Navigate to this repository
  4. 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=
  1. Install the package
npm install 
  1. Run application
npm run dev