Skip to content

FlashPoint - React News App FlashPoint is a simple and intuitive React application designed to keep you up-to-date with the latest news articles. Users can explore various news categories, including Technology, Business, Health, Sports, and Entertainment.

License

Notifications You must be signed in to change notification settings

Tanishq-Vankudre/FlashPoint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlashPoint - React News App

FlashPoint is a simple and intuitive React application designed to keep you up-to-date with the latest news articles. Users can explore various news categories, including Technology, Business, Health, Sports, and Entertainment.

Features 🌟

  • Category Selection: Choose from Technology, Business, Health, Sports, and Entertainment.
  • Latest News: View the most recent news articles with accompanying images.
  • Detailed Articles: Read in-depth details about each news article.

Technologies Used 🚀

  • React: For building the user interface.
  • News API: For fetching the latest news articles.
  • Bootstrap: For responsive and sleek design.

How to Use 🤔

  1. Clone the repository:

    git clone https://github.com/sankettpatil/FlashPoint
    cd FlashPoint
  2. Install dependencies:

    npm install
  3. Run the application:

    npm run dev

    Start exploring the latest news!

API Key Setup 🔑

To use this app, you need to obtain a News API key. Update the API key in the NewsBoard.js file:

// NewsBoard.js
let url = `https://newsapi.org/v2/top-headlines?country=us&category=${category}&apiKey=YOUR_NEWS_API_KEY`;

Contributing 🤝

We welcome contributions! Whether it's enhancing the design, adding new features, or fixing bugs, feel free to open a pull request and contribute to the project.

License 📜

This project is licensed under the MIT License.

Author ✨

  • Sanket Patil
  • Tanishq Vankudre

Enjoy exploring the world of news with FlashPoint!

About

FlashPoint - React News App FlashPoint is a simple and intuitive React application designed to keep you up-to-date with the latest news articles. Users can explore various news categories, including Technology, Business, Health, Sports, and Entertainment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.2%
  • CSS 34.7%
  • HTML 5.1%