<?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: Nirmit Singhal</title>
    <description>The latest articles on Forem by Nirmit Singhal (@nirrrmit).</description>
    <link>https://forem.com/nirrrmit</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%2F543905%2Fbecbf767-bc3a-4c10-b9e2-85f3c56eb34b.png</url>
      <title>Forem: Nirmit Singhal</title>
      <link>https://forem.com/nirrrmit</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/nirrrmit"/>
    <language>en</language>
    <item>
      <title>BookShelf - Library Management App</title>
      <dc:creator>Nirmit Singhal</dc:creator>
      <pubDate>Thu, 03 Mar 2022 16:36:18 +0000</pubDate>
      <link>https://forem.com/nirmit2207/bookshelf-library-management-app-a90</link>
      <guid>https://forem.com/nirmit2207/bookshelf-library-management-app-a90</guid>
      <description>&lt;h3&gt;
  
  
  Overview of My Submission
&lt;/h3&gt;

&lt;p&gt;BookShelf is a library management app which performs all the CRUD operations. It is created using Microsoft Power Apps and Dataverse. Microsoft Power Apps is a Low Code platform used to create apps which can be used by the people in an organization. Power Apps Canvas provides easy to use drag and drop interface to create the app quickly as you can see below.&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%2Fuploads%2Farticles%2Fae9j74dtmqrmbvidozrq.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%2Fuploads%2Farticles%2Fae9j74dtmqrmbvidozrq.png" alt="Power Apps Canvas Interface"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Logic of the app is built using Excel like functions. We can connect the app with any database. BookShelf uses Microsoft Dataverse and all the data is stored inside a table.&lt;/p&gt;

&lt;p&gt;BookShelf is a library management app used by the people working in a library. It has following features&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Home screen shows Title of all the books with their Author and Genre in a scrollable list view.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Search bar is available at the top to search a book based on Author, ISBN, Genre, etc.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;We can tap on any book to see its details like Title, Author, ISBN, Genre, Copies Available and Summary(if available).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;All these details can be edited easily by tapping on the edit icon in the top-right corner. For example, we can change the number of copies available of a particular book.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;We can also delete books by tapping on the delete icon which will show a popup for confirmation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;We can add new books by tapping on the '+' icon on home screen which will open a new window. There we can add all the details and a barcode scanner is also available to directly add the ISBN instead of typing it.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;Low-Code Legends&lt;/p&gt;

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


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&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%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/nirrrmit" rel="noopener noreferrer"&gt;
        nirrrmit
      &lt;/a&gt; / &lt;a href="https://github.com/nirrrmit/BookShelf" rel="noopener noreferrer"&gt;
        BookShelf
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      A library management app
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;BookShelf - A Library Management App&lt;/h1&gt;

&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;&lt;em&gt;Created with Microsoft Power Apps&lt;/em&gt;&lt;/h2&gt;

&lt;/div&gt;
&lt;p&gt;BookShelf is an app created with Microsoft Power Apps which solves the
problem of library management using CRUD operations.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Features&lt;/h2&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Shows the details of available books like Author, ISBN, Copies available, etc.&lt;/li&gt;
&lt;li&gt;User can add New books easily and add the ISBN with inbuilt barcode scanner&lt;/li&gt;
&lt;li&gt;Details of the books can be easily edited like changing the number of copies, etc.&lt;/li&gt;
&lt;li&gt;Books can be deleted also which are no longer available in the library&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Images&lt;/h2&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/70217095/156573172-f8363f33-0f04-450c-b7be-42a456ed125d.jpg"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F70217095%2F156573172-f8363f33-0f04-450c-b7be-42a456ed125d.jpg" width="200"&gt;&lt;/a&gt;   &lt;a rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/70217095/156574439-8ec84ec1-4883-4912-aa1f-8a947635d898.jpg"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F70217095%2F156574439-8ec84ec1-4883-4912-aa1f-8a947635d898.jpg" width="200"&gt;&lt;/a&gt;   &lt;a rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/70217095/156574456-019ac0db-c375-4381-a5c5-271fe86d1eb4.jpg"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F70217095%2F156574456-019ac0db-c375-4381-a5c5-271fe86d1eb4.jpg" width="200"&gt;&lt;/a&gt;   &lt;a rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/70217095/156574464-c664886f-3c76-4586-b4c8-f19b2ffaa1e1.jpg"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F70217095%2F156574464-c664886f-3c76-4586-b4c8-f19b2ffaa1e1.jpg" width="200"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Home Screen, Book Details Screen, Edit Screen and New Book Screen&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Tech&lt;/h2&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Power Apps Canvas&lt;/li&gt;
&lt;li&gt;Microsoft Dataverse&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;License&lt;/h2&gt;

&lt;/div&gt;
&lt;p&gt;Apache License 2.0&lt;/p&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/nirrrmit/BookShelf" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


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

&lt;p&gt;Here is a demo video I recorded to show how this app works:&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/-12S_7029TI"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>azuretrialhack</category>
      <category>azure</category>
      <category>microsoft</category>
    </item>
  </channel>
</rss>
