An open API service indexing awesome lists of open source software.

https://github.com/nyctophilus/react-news-app-ai


https://github.com/nyctophilus/react-news-app-ai

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

![React](https://img.shields.io/badge/-ReactJs-61DAFB?logo=react&logoColor=white&style=for-the-badge)


React News App


Table of Contents



  1. Overview



  2. Getting Started


  3. Configurations


  4. live Demo

## Overview

React News Application powered by Alan voice AI, search news by source, category. the website app fully powered and navigatable by the AI.

## Stack

- React.js
- Integreted Alan Voice AI
- Custom hooks
- advanced folder structure

---

## Getting Started

This project require some prequesites and dependenscies to be installed, you can find the instructions below

> To get Started, follow these simple steps :

## Installation

1. Clone the repo

2. go to project folder

3. install dependencies

```bash
npm i
npm run dev
```

## Configurations

### Alan AI Config

```bash
npm i @alan-ai/alan-sdk-web words-to-numbers
```

import alanBtn from "@alan-ai/alan-sdk-web";

### material-ui Config

```bash
npm i @material-ui/core classnames
```

import

## liveDemo

[![Netlify Status]()]()

(back to top)