Prime Times is a dynamic news website that delivers real-time updates across various domains, ensuring that readers receive the latest information as events unfold. With a commitment to timely and relevant news, Prime Times covers a wide range of topics, providing comprehensive and up-to-date coverage to keep the audience well-informed at all times.
- Real-Time Updates: Instant news delivery to keep users up-to-date with the latest events as they happen. ⏱️
- Comprehensive Coverage: Covers a variety of domains, including politics, sports, entertainment, technology, and more. 🌍📱💻
- User-Friendly Interface: Clean and intuitive layout for easy navigation and better user experience. 🧭
- Mobile-Friendly: Responsive design for seamless access across devices. 📱
- Search Functionality: Quickly find articles of interest with a simple search feature. 🔍
- Category Sorting: Organize news by categories for better content discovery. 🗂️
- Frontend: React, Vite, Tailwind CSS 💻
- API Integration: News API for fetching real-time news updates 🌐
- State Management: React Context API 📦
Follow these instructions to get a local copy of the project up and running.
Ensure you have the following installed:
- Node.js (latest version) ⚙️
- npm (Node Package Manager) 📦
-
Clone the repository:
git clone https://github.com/yourusername/prime-times.git
-
Navigate to the project folder:
cd prime-times
- Install dependencies:
npm install
- Start the development server:
npm run dev