/rss-news-api

RSS reader from xataka api news

Primary LanguageJavaScriptMIT LicenseMIT


Logo

RSS reader from xataka api news

This simple application shows a list of Xataka news ordered by date.

When selecting a news, it will show us a screen with its details.
Explore the docs »

View Demo

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License

About The Project

2022-06-25 15_56_06-React App

On the main page we can see all the news arranged in a column.

Each news item has a title, an image and a description.

We can search the news by title.

We will be up to date on the latest technology events, on a clean and neat page :)

(back to top)

Built With

(back to top)

Getting Started

This project was bootstrapped with Create React App.

To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo

    git clone https://github.com/Jascuas/rss-news-api

  2. Install NPM packages

    npm install

  3. Run the app!

    npm start

(back to top)

Usage

2022-06-25 16_04_46-React App

To search by title, we will write in the search engine the title of the news that we want.

Distinguishes between uppercase and lowercase, also accents.

We can press enter or click on the icon.

Clearing the text will display all results again.

2022-06-25 16_05_22-React App

On the details screen, we will find the news. The content is the one returned by the xml.

We can give it the styles we want, adding a reference, or in the style sheet.

We can return to the main page, clicking on the logo or the link "Volver a las noticias"

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)