<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: avinash bharti</title>
    <description>The latest articles on Forem by avinash bharti (@avinashbharti97).</description>
    <link>https://forem.com/avinashbharti97</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F61801%2Fa27874e7-086d-48f7-b1e2-38ea806c2435.jpg</url>
      <title>Forem: avinash bharti</title>
      <link>https://forem.com/avinashbharti97</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/avinashbharti97"/>
    <language>en</language>
    <item>
      <title>I built covidnews.media while being in COVID-19 lockdown 📰📢</title>
      <dc:creator>avinash bharti</dc:creator>
      <pubDate>Wed, 08 Apr 2020 17:04:07 +0000</pubDate>
      <link>https://forem.com/avinashbharti97/i-built-covidnews-media-while-being-in-covid-19-lockdown-394l</link>
      <guid>https://forem.com/avinashbharti97/i-built-covidnews-media-while-being-in-covid-19-lockdown-394l</guid>
      <description>&lt;p&gt;The last semester of my Engineering has been going on and then the covid-19 outbreak happened💔. Hope all of you are doing well😅 &lt;/p&gt;

&lt;p&gt;While being locked down, I was getting bored😴 and decided to build something and then the idea💡 of a news app popped up, a news webapp that gives you all the latest COVID-19 news of India from leading news sources in a short summarized form at a single platform.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F3n419rycgpxw1h8z6og2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F3n419rycgpxw1h8z6og2.png" alt="covidnews.media landing page"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;During this development period, a lot of COVID-19 related apps launched and most of them were Tracker, still I wanted to see what I can come up within around one and a half week 😃&lt;/p&gt;

&lt;p&gt;The Backend recursively scrapes the latest COVID-19 news and then passes it to the Text Summarization AI model API which results in short summarized clutter-free news.&lt;br&gt;
Backend serves the news through the REST API.&lt;br&gt;
The backend is written in Node js and Express js, The client-side is written in React.js.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F75052rrnb1l33559c3ul.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F75052rrnb1l33559c3ul.png" alt="Dashboard"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In the Client Side, I used crowdsourced COVID-19 patient data to create a COVID-19 tracker Dashboard which shows the latest updated daily and cumulative data using charts, State-wise data is shown in table form which gives the latest updated numbers.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fjj48wuewax0mkhdop45e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fjj48wuewax0mkhdop45e.png" alt="news card"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Frontend consumes the news API to show the text-based news. The news can be shared with the WhatsApp Messaging app using the share button and it also consumes the Youtube API for video news.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F6md7taydop3q0xgwv8nh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F6md7taydop3q0xgwv8nh.png" alt="video news"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The App is fully responsive in nature and deployed &lt;a href="https://covidnews.media" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;br&gt;
⚙️&lt;a href="https://github.com/avinashbharti97/newsScrap" rel="noopener noreferrer"&gt;Backend&lt;/a&gt; &lt;br&gt;
💻&lt;a href="https://github.com/avinashbharti97/newsScrapFrontend" rel="noopener noreferrer"&gt;Frontend&lt;/a&gt;&lt;br&gt;
🎯&lt;a href="https://covidnews.media" rel="noopener noreferrer"&gt;Demo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;[WIP]&lt;br&gt;
📌To Do:-&lt;br&gt;
👉Add Interpolation of change in percentage of daily numbers to predict when the curve will flatten.&lt;br&gt;
👉Add images of text based news.&lt;br&gt;
👉Integrate tweets of official handles dealing with covid-19.&lt;br&gt;
👉integrate more news platform for text news.&lt;/p&gt;

&lt;p&gt;Thanks for Reading 🙏&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>javascript</category>
      <category>react</category>
      <category>node</category>
    </item>
  </channel>
</rss>
