Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.79 KB

File metadata and controls

55 lines (35 loc) · 1.79 KB

Voice Controlled News Reader App 📰🗞

Thumbnail

About 🎤

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

Screenshots 🖥️

Screenshot-1 Screenshot-2

How to Start 💻

# 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!