DEMO
AI.mp4
Welcome to Newsly, a React-based project for keeping up with the latest news.
Newsly is a user-friendly application designed to deliver the latest news in a clean and organized format. Stay updated with news from various categories and sources.
- Real-time News Updates: Get the latest news as it happens.
- Category Filtering: Filter news by categories such as sports, technology, politics, and more.
- Responsive Design: Optimized for both desktop and mobile devices.
To get a local copy of Newsly up and running, follow these simple steps:
Ensure you have the following installed on your system:
-
Clone the repository:
git clone https://github.com/rajat-ankel/newsly.git
-
Navigate to the project directory:
cd newsly
-
Install dependencies:
Using npm:
npm install
Or using yarn:
yarn install
To start the development server, run:
Using npm:
npm start