Skip to content

AnimeshA867/NewsApiWalaApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewsApiWalaApp

Welcome to NewsApiWalaApp! This is a simple application that leverages the News API to fetch and display news articles from various sources.

Getting Started

To get started with the NewsApiWalaApp, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/AnimeshA867/NewsApiWalaApp.git
  2. Navigate to the project directory:

    cd NewsApiWalaApp
  3. Install the project dependencies:

    npm install
  4. Obtain an API key from News API by creating an account and subscribing to their service.

  5. Create a .env file in the root directory of the project and add your API key:

    API_KEY=YOUR_NEWS_API_KEY
    
  6. Start the application:

    npm start

    This will launch the application locally. You can access it in your browser at http://localhost:3000.

Features

  • Fetches news articles from various sources using the News API.
  • Displays articles with their title, description, source, and publication date.
  • Allows users to filter news by source or search for specific keywords.

Technologies Used

  • React: JavaScript library for building user interfaces.
  • Axios: Promise-based HTTP client for making API requests.
  • Bootstrap: Front-end framework for responsive and mobile-first web development.

Contributing

Contributions to the NewsApiWalaApp are welcome! If you find a bug or have a suggestion for improvement, please open an issue or submit a pull request. Make sure to follow the existing code style and provide clear commit messages.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published