This project is a simple news app that allows users to search for news articles based on keywords and view the latest news.
➥ Live Demo
This news app provides a user-friendly interface to browse and search for news articles. It leverages the News API to fetch real-time news data based on user queries.
Search
: Users can search for news articles based on keywords or topics of interest.Responsive Design
: The app is designed to be accessible and usable on various devices, including desktops, tablets, and mobile phones.Navigation
: The app includes a navigation menu to easily navigate through different sections of the application.
- HTML5
- CSS3
- JavaScript
- News API
- Clone this repository to your local machine using git clone.
- Obtain a free API key from News API by signing up for an account.
- Replace the
apiKey
variable in script.js with your obtained API key. - Open
index.html
in a web browser to run the application.
- Open the app in a web browser.
- Use the navigation menu to browse different sections or search for news articles using the search feature.
- Enter a keyword or topic in the search bar and click
"Search"
to fetch news articles related to that keyword. - Click on any article to read the full details.
Contributions to this project are welcome! Feel free to submit pull requests or open issues for any improvements or features you'd like to add.
This project is licensed under MIT License.