Newws App is a news aggregator React app that allows users to browse articles from various publishers and magazines. The app is built using React.js and consumes data from the NewsAPI. Users can view articles by source or category, and can also search for articles based on keywords. The app also includes a feature to save articles for later reading.
- Browse articles from various publishers and magazines
- View articles by source or category
- Search for articles based on keywords
- Save articles for later reading
To use this app, you can clone this repository and run the app locally on your machine. To run the app locally, you will need to have Node.js and npm installed on your machine. Then, follow these steps:
- Clone this repository to your local machine using
git clone https://github.com/parthvyas7/Newws.git - Navigate to the cloned repository directory using
cd Newws - Install the required dependencies using
npm install - Start the development server using
npm start - Open your web browser and navigate to
http://localhost:3000
- React.js
- Axios
- NewsAPI
👤 Parth Vyas
- Website: @parthvyas7
- Github: @parthvyas7
- LinkedIn: @parthvyas7
This project has been developed while referencing from this YT tutorial
This project is UNLICENSE licensed.
This README was generated with ❤️ by readme-md-generator

