<?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: Nandan V</title>
    <description>The latest articles on DEV Community by Nandan V (@nandanv2702).</description>
    <link>https://dev.to/nandanv2702</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%2F784031%2F3592424c-89ea-47a8-9fdd-882229f616fa.jpeg</url>
      <title>DEV Community: Nandan V</title>
      <link>https://dev.to/nandanv2702</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nandanv2702"/>
    <language>en</language>
    <item>
      <title>Hacking together a web-scraping enrollment app</title>
      <dc:creator>Nandan V</dc:creator>
      <pubDate>Sat, 01 Jan 2022 15:23:45 +0000</pubDate>
      <link>https://dev.to/nandanv2702/hacking-together-a-web-scraping-enrollment-app-3eb6</link>
      <guid>https://dev.to/nandanv2702/hacking-together-a-web-scraping-enrollment-app-3eb6</guid>
      <description>&lt;h3&gt;
  
  
  Overview of My Submission
&lt;/h3&gt;

&lt;p&gt;If you're a university student / have ever been to uni, you know how cumbersome enrollment can be. You need to look for a class, find the profs, find out how good they are and their average GPA - all this takes time!&lt;/p&gt;

&lt;p&gt;So, this app aims to sort professors by rating and GPA trend for any course in this semester or the upcoming one/(s) at my uni - and all &lt;em&gt;you&lt;/em&gt; need to do is look up course 😄&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%2Fxjwqu0z2vu68zf42wx5d.gif" 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%2Fxjwqu0z2vu68zf42wx5d.gif" alt="App Demo"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Choose Your Own Adventure&lt;/p&gt;

&lt;h3&gt;
  
  
  Link to Code
&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/nandanv2702" rel="noopener noreferrer"&gt;
        nandanv2702
      &lt;/a&gt; / &lt;a href="https://github.com/nandanv2702/unitrack" rel="noopener noreferrer"&gt;
        unitrack
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Sort UW-Madison professors by rating and GPA trend for any course in this semester or the upcoming one/(s)
    &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;UniTrack&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;Sort professors by rating and GPA trend for any course in this semester or the upcoming one/(s)&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;The Problem&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;Here's what it's like enrolling for classes:&lt;/p&gt;
&lt;ul class="contains-task-list"&gt;
&lt;li class="task-list-item"&gt;
 Search for a class on the Course Search and Enroll App&lt;/li&gt;
&lt;li class="task-list-item"&gt;
 Search for every professor's rating online&lt;/li&gt;
&lt;li class="task-list-item"&gt;
 Search for every professor's GPA trends on &lt;a href="https://github.com/madgrades/madgrades.com" rel="noopener noreferrer"&gt;MadGrades&lt;/a&gt;
&lt;/li&gt;
&lt;li class="task-list-item"&gt;
 Try to make sense of this data&lt;/li&gt;
&lt;li class="task-list-item"&gt;
 Have a Spotted Cow 🍻&lt;/li&gt;
&lt;li class="task-list-item"&gt;
 Repeat for 5 other classes this semester&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;The Solution&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;Here's what you &lt;em&gt;could&lt;/em&gt; do instead:&lt;/p&gt;
&lt;ul class="contains-task-list"&gt;
&lt;li class="task-list-item"&gt;
 Look up a class on this app&lt;/li&gt;
&lt;li class="task-list-item"&gt;
 Have a Spotted Cow 🍻&lt;/li&gt;
&lt;li class="task-list-item"&gt;
 View grade trends and ratings all in one place!&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;What I Used&lt;/h2&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/madgrades/api.madgrades.com" rel="noopener noreferrer"&gt;MadGrades API&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Find course by name, e.g., 'Econ 101'&lt;/li&gt;
&lt;li&gt;Find all GPA data and filter by professor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;UW Madison's &lt;a href="https://public.enroll.wisc.edu/api/search/v1" rel="nofollow noopener noreferrer"&gt;Public Course Search and Enroll API&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Find course in a particular semester&lt;/li&gt;
&lt;li&gt;Find professors for all sections in one course in a semester&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Good ol' web scraping for…&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/nandanv2702/unitrack" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


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

&lt;p&gt;Here's some of the tools I used&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.mongodb.com/atlas/database" rel="noopener noreferrer"&gt;MongoDB Atlas&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://nuxtjs.org" rel="noopener noreferrer"&gt;NuxtJS&lt;/a&gt; - a &lt;a href="https://vuejs.org" rel="noopener noreferrer"&gt;VueJS&lt;/a&gt; framework&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://vue.chakra-ui.com/input" rel="noopener noreferrer"&gt;ChakraUI&lt;/a&gt; - an accessibility-oriented component library&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>atlashackathon</category>
      <category>javascript</category>
      <category>vue</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
