Skip to content

Likheet/AI-News-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ran out of API Credits so the site is inactive

AI News App Documentation

Overview

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.

Features

  • 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.

Tech Stack

  • 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.

Project Structure

  • 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.

Setup and Installation

  1. Clone the Repository:
    git clone https://github.com/Likheet/AI-News-App.git
    cd AI-News-App
  2. Install Dependencies:
    npm install
  3. Start the Development Server:
    npm start