Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 967 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 967 Bytes

NewsWallah

NewsWallah is a news reader app built with React that uses the New York Times API to fetch and display news articles.

Features

  • Browse top news stories from various categories
  • Search for articles by keyword
  • Save articles for later reading
  • User-friendly interface

Installation

git clone https://github.com/Ankan-cyber/newswallah.git
cd newswallah
npm install

Usage

Add your New York Times API key to the App.js file in the api variable

Start the development server:

npm start

Build for production:

npm run build

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This repository is not under MIT license.

Acknowledgments