It is completely a voice assisted news application written in React js and has been integrated with Alan AI for voice command functionalities.
- React JS
- Alan AI
- News API
Install the Node Package Manager
$ sudo snap install node --classic --channel=10
$ npm install nodemon -g
Fork this repo and clone it
$ git clone https://github.com/<Your User Name>/Voice-assisstant-news-app.git
Open the folder Voice-assisstant-news-app and install the dependencies
$ npm install
Run the application
# In the Voice-assisstant-news-app folder
$ npm start