NewsWallah is a news reader app built with React that uses the New York Times API to fetch and display news articles.
- Browse top news stories from various categories
- Search for articles by keyword
- Save articles for later reading
- User-friendly interface
git clone https://github.com/Ankan-cyber/newswallah.git
cd newswallah
npm install
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
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This repository is not under MIT license.