├── README.md ├── package.json ├── public └── index.html └── src ├── App.css ├── App.js ├── index.js └── styles.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI-ANK/C3-Voice-Assistant-UI/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI-ANK/C3-Voice-Assistant-UI/HEAD/package.json -------------------------------------------------------------------------------- /public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI-ANK/C3-Voice-Assistant-UI/HEAD/public/index.html -------------------------------------------------------------------------------- /src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI-ANK/C3-Voice-Assistant-UI/HEAD/src/App.css -------------------------------------------------------------------------------- /src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI-ANK/C3-Voice-Assistant-UI/HEAD/src/App.js -------------------------------------------------------------------------------- /src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI-ANK/C3-Voice-Assistant-UI/HEAD/src/index.js -------------------------------------------------------------------------------- /src/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AI-ANK/C3-Voice-Assistant-UI/HEAD/src/styles.css --------------------------------------------------------------------------------