Welcome to News 24X7
Your trusted source for breaking news and real-time updates.
At News 24X7, we aim to deliver the most up-to-date and credible news from around the globe. Whether it’s politics, technology, or entertainment, we’ve got you covered. Our user-friendly interface ensures a seamless browsing experience for everyone.
- Displays the latest breaking news headlines.
- Highlights key stories with visually appealing layouts.
- Fetch news articles by specific categories like politics, business, technology, entertainment, sports, and more.
- Search functionality to find articles based on keywords.
- A responsive form for users to share feedback or inquiries.
- Displays essential contact information.
- React.js: For building the user interface.
- React Router: For seamless navigation between pages.
- TailwindCSS: For modern, responsive, and customizable styling.
- NewsAPI: For fetching live and up-to-date news data.
git clone https://github.com/your-username/news-24x7.git
cd news-24x7
Make sure you have Node.js and npm installed, then run:
npm install
- Create a
.env
file in the root directory. - Add your NewsAPI key:
REACT_APP_NEWS_API_KEY=your_newsapi_key
npm start
The website will be accessible at http://localhost:3000
.
- Navigate to the Home page to view the latest headlines.
- Go to the Category section to browse news by category or use the search bar.
- Visit the Contact Us page to send inquiries or feedback.
This project uses the NewsAPI for fetching live news articles.
- Add a user login system for personalized news preferences.
- Include advanced filters like publication date and region.
- Provide multi-language support for global users.
- Incorporate dark mode for enhanced user experience.
Contributions are welcome! Please fork the repository, create a new branch, and submit a pull request.
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add a new feature"
- Push the changes:
git push origin feature-name
- Open a pull request.