NewsWebTail is a modern, responsive news aggregator web application built with React.js and Tailwind CSS, powered by the GNews API. It provides users with the latest headlines across various categories in a clean and intuitive interface.
🌐 Live Website: newswebtail.vercel.app
- 🔍 Get Real Time News
- 🗂️ Browse by categories like Headlines, Technology, Business and Sports
- ⚡ Real-time news updates from GNews.io
- 📱 Fully responsive UI using Tailwind CSS
To run this project locally:
# 1. Clone the repository
git clone https://github.com/sagarde7/newswebtail.git
cd newswebtail
# 2. Install dependencies
npm install
# 3. Create a .env file in the root and add your GNews API key
echo "REACT_APP_API_KEY=your_api_key_here" > .env
# 4. Start the development server
npm run dev
Thank You