Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 685 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 685 Bytes

The Morning Post

A React.js based news app.

Tech Stack

Package Manager

  • NPM

UI Library

  • React.js

Language

  • TypeScript

State Management

  • Context API

Avoided Redux.js because the project is small and minimal.

Data fetching

  • Axios

Avoided fetch because Axios has better browser support.

API

  • Gnews API
  • OpenWeatherMap API

Styling

  • Tailwind CSS

Build Tool

  • Vite

Features

  • Search topics
  • Sort by newest and oldest news
  • Get news based on language

Tested for: English, Malayalam

  • Infinite Scroll

Implemented feature, but new data will be duplicate of existing data since the pagination feature on API is paid.