NewsApp is a React-based news aggregation and browsing application that provides users with real-time news updates from various sources. Users can explore articles, search by keywords, and stay informed on diverse topics through a user-friendly interface.
- Fetch real-time news data from multiple sources.
- Browse and read articles on different topics.
- Search functionality to find articles by keywords.
- Responsive design for optimal viewing on all devices.
- React
- JavaScript (ES6+)
- HTML5
- CSS3
- Clone the repository:
git clone https://github.com/utsav306/newsapp.git
- Navigate to the project directory:
cd newsapp
- Install dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 to view it in the browser.
- News API (https://newsapi.org/)
This project is licensed under the MIT License - see the LICENSE file for details.