The app allows you to read the news from anywhere on the internet, from multiple newspapers. The most important feature about the app is that you dont even have to touch the mouse to get the news.
Everything is activated by voice, and Alan the AI will deliver the latest news, delivers news based on different categories, delives news based on different topics and gives the headlines from the top newspapers in the world.
This application was made in React, and it uses
- Alan AI for the Voice Assistant
- NewsAPI to recieve the news in JSON Format
- Material UI for designing the front end for react applications
Check out the Live Demo here
# clone the git repo locally
git clone https://github.com/Roshan-Thomas/Voice-Controlled-News-Reader-App.git
# To install all the required dependencies
yarn
# To start the localhost server
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
# To build the application for production
yarn build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!