A web app to read news from different resources through Alan AI.
- React.js - A JavaScript library for building user interfaces.
- Alan AI - Add a Voice Assistant to your application.
- News API - Search worldwide news with code.
- Material-UI - Build your own design system, or start with Material Design.
- Run
npm install
to install npm packages. - Register at News API and get your API key.
- Register at Alan AI and paste your API key in a new
.env
file. - Create a new Alan asstiant.
- Implement the code base in Alan AI environment from Base Code.
- Paste your
NEWS_API_KEY
in the code base. - Run
npm start
to run the app successfully in development environment.