Skip to content

A news app that fetches news from three different data sources, it allows search news filter by date, category and sources.

Notifications You must be signed in to change notification settings

efeuruk/news-app

Repository files navigation

News App

The project is bootstraped with vite's react-ts

This is a news app. It uses three different api sources to fetch data, which are;

The challenging part of this project was all of these api sources were working differently, their parameters did not match, the way of working was very different in each.

How to run

To run project locally:

npm install
npm run dev

With Docker:

  • Build the image
docker build -t news-app .
  • Create the container
docker run -it -p 4000:4000 --name news-app-container news-app

About

A news app that fetches news from three different data sources, it allows search news filter by date, category and sources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published