The AI News App is a voice-controlled news application created using Alan AI, facilitating seamless integration with web applications. It leverages Alan AI’s capabilities to understand user queries and provide human-like responses using existing data. The app offers complete voice-controlled navigation for tasks such as fetching news, opening articles, and app navigation.
- Voice-Controlled Navigation: Users can control the app entirely with their voice, making it easy to fetch news, open articles, and navigate through the app.
- Human-like Responses: Alan AI ensures that user queries are understood and responded to in a conversational manner.
- Real-time News Fetching: The app retrieves the latest news articles and updates, ensuring users have access to current information.
- React: The main framework used for building the user interface.
- Alan AI User-Script: Integrated for voice control and AI-driven interactions.
- Material-UI: Utilized for designing the visual components of the app.
- JavaScript: The primary programming language used for developing the app's functionality.
- public/: Contains the public assets for the application.
- src/: The source code directory, including components, hooks, and utility functions.
- .gitignore: Specifies which files and directories to ignore in the repository.
- README.md: Provides an overview and basic information about the project.
- package-lock.json and package.json: Define the dependencies and metadata for the project.
- Clone the Repository:
git clone https://github.com/Likheet/AI-News-App.git
cd AI-News-App
- Install Dependencies:
npm install
- Start the Development Server:
npm start