<?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>DEV Community: SUBHASH MALIREDDY</title>
    <description>The latest articles on DEV Community by SUBHASH MALIREDDY (@subhashmalireddy).</description>
    <link>https://dev.to/subhashmalireddy</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%2F793578%2F70421743-1e91-48ac-9d22-cba1ed955d0b.png</url>
      <title>DEV Community: SUBHASH MALIREDDY</title>
      <link>https://dev.to/subhashmalireddy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/subhashmalireddy"/>
    <language>en</language>
    <item>
      <title>[Create a server less web app with MongoDB Realm and React]</title>
      <dc:creator>SUBHASH MALIREDDY</dc:creator>
      <pubDate>Fri, 14 Jan 2022 07:55:55 +0000</pubDate>
      <link>https://dev.to/subhashmalireddy/create-a-server-less-web-app-with-mongodb-realm-and-react-3jn1</link>
      <guid>https://dev.to/subhashmalireddy/create-a-server-less-web-app-with-mongodb-realm-and-react-3jn1</guid>
      <description>&lt;h3&gt;
  
  
  Overview of My Submission
&lt;/h3&gt;

&lt;p&gt;Our "Simple Task reminder" is a simple server less web app built with React and MongoDB Realm, Atlas. This app allows a user to create and manage a user account and to Create, Read, Update, Delete a task. A task is a simple to-do kind of thing that you want the app to keep a note and remind you of it timely. A task has a title, may or may not have a description and other data which is useful for backend logic implementation.  &lt;/p&gt;

&lt;h4&gt;
  
  
  The user flow of the app will be as follows:
&lt;/h4&gt;

&lt;h5&gt;
  
  
  User Sign-in/ Sign-up
&lt;/h5&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;This is built using MongoDB Realm&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A new user creates an account. Which sends the user a confirmation email to confirm the user's email and notifies the user about the email being sent.&lt;/li&gt;
&lt;li&gt;User then confirms his email to finish setting up his account.&lt;/li&gt;
&lt;li&gt;User can always reset his password from the home page by clicking the "Forgot Password" link.&lt;/li&gt;
&lt;li&gt;When the User login's, the user is then navigated to a page where a list of his incomplete tasks are displayed. If there are no incomplete tasks the user is prompted to create a new task. &lt;/li&gt;
&lt;li&gt;User can create an new task by clicking the button that says &lt;em&gt;"Create New Task"&lt;/em&gt;. Then, a modal appears that helps user to create the task.&lt;/li&gt;
&lt;li&gt;Once the task is created it is displayed on to the page where user created a task. Initially the task is marked incomplete. &lt;/li&gt;
&lt;li&gt;When the user completes the task he can click &lt;em&gt;"Complete Task"&lt;/em&gt; button to mark task a complete. This updates the task to be completed and removes it from the screen. &lt;/li&gt;
&lt;li&gt;Optionally user can Delete his task.&lt;/li&gt;
&lt;li&gt;All these CRUD operations are implemented using Realm App.&lt;/li&gt;
&lt;li&gt;Finally, if the user forgot to complete the task. The app will remind the user at 3:00pm AEST every day. This functionality is built using the Triggers and Realm Functions. The email is sent using SendGrid's npm package. &lt;/li&gt;
&lt;li&gt;Finally, the user can logout using the logout button on the nav-bar(Displayed only if the user is logged in.)&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Submission Category:
&lt;/h3&gt;

&lt;p&gt;Action Star; Automation Innovation.&lt;/p&gt;

&lt;h3&gt;
  
  
  Link to Code
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/subhash-malireddy/dev.to_mongodb-atlas-hackathon"&gt;https://github.com/subhash-malireddy/dev.to_mongodb-atlas-hackathon&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Additional Resources / Info
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Collaborators
&lt;/h4&gt;

&lt;p&gt;&lt;a class="mentioned-user" href="https://dev.to/prerithsubramanya"&gt;@prerithsubramanya&lt;/a&gt; &lt;/p&gt;

</description>
      <category>atlashackathon</category>
      <category>serverless</category>
      <category>mongodb</category>
      <category>react</category>
    </item>
  </channel>
</rss>
