<?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: Aditi Mohanty</title>
    <description>The latest articles on Forem by Aditi Mohanty (@rheaditi).</description>
    <link>https://forem.com/rheaditi</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%2F30643%2Fbb4d0546-4c07-4d7a-83ed-50d1acc8df31.jpg</url>
      <title>Forem: Aditi Mohanty</title>
      <link>https://forem.com/rheaditi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/rheaditi"/>
    <language>en</language>
    <item>
      <title>Curated presets &amp; box-shadow editor for devs &amp; designers</title>
      <dc:creator>Aditi Mohanty</dc:creator>
      <pubDate>Mon, 11 May 2020 18:21:26 +0000</pubDate>
      <link>https://forem.com/rheaditi/curated-presets-box-shadow-editor-for-devs-designers-4l6m</link>
      <guid>https://forem.com/rheaditi/curated-presets-box-shadow-editor-for-devs-designers-4l6m</guid>
      <description>&lt;p&gt;&lt;a href="https://dev.to/abinavseelan"&gt;Abinav Seelan&lt;/a&gt; and I built a site to curate beautiful box-shadow based designs we found from around the web - to spark design inspiration when we start new projects. &lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;a href="http://boxshadows.com/presets?utm_source=dev.to&amp;amp;utm_medium=post&amp;amp;utm_campaign=intro_post_rheaditi"&gt;boxshadows.com&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;It features a list of presets from sources like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;material design (materialize-css) 📃&lt;/li&gt;
&lt;li&gt;tailwindcss 💨&lt;/li&gt;
&lt;li&gt;windows 98 🤓&lt;/li&gt;
&lt;li&gt;minecraft! 👾&lt;/li&gt;
&lt;li&gt;... and more (even DEV.to 😉)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It also features an in-browser editor that allows you to tweak these presets or create your own designs!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;View the source here&lt;/strong&gt;:&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vWogaON8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/github-logo-28d89282e0daa1e2496205e2f218a44c755b0dd6536bbadf5ed5a44a7ca54716.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/campvanilla"&gt;
        campvanilla
      &lt;/a&gt; / &lt;a href="https://github.com/campvanilla/boxshadows"&gt;
        boxshadows
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      create and tweak CSS box-shadows ✨
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
&lt;a rel="noopener noreferrer" href="https://user-images.githubusercontent.com/6426069/80978746-16395d80-8e44-11ea-887e-b04a715f66fb.png"&gt;&lt;img width="425" alt="logo-light-medium-400x70" src="https://res.cloudinary.com/practicaldev/image/fetch/s--_lULwowG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://user-images.githubusercontent.com/6426069/80978746-16395d80-8e44-11ea-887e-b04a715f66fb.png"&gt;&lt;/a&gt;
&lt;/h1&gt;
&lt;blockquote&gt;
&lt;p&gt;create and tweak CSS box-shadows ✨&lt;/p&gt;
&lt;/blockquote&gt;

  &lt;a href="https://boxshadows.com/?utm_source=github-readme" rel="nofollow"&gt;
    &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZB8f0x5T--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://user-images.githubusercontent.com/6426069/80999471-60313c00-8e62-11ea-8682-95a7e82882d4.png" width="600"&gt;
  &lt;/a&gt;

&lt;h2&gt;
Contributing&lt;/h2&gt;
&lt;p&gt;Want to raise an issue or pull request? Do give our Contributing page a read. 🤓&lt;/p&gt;
&lt;h3&gt;
First time setup&lt;/h3&gt;
&lt;p&gt;To set up the codebase, clone the repository.&lt;/p&gt;
&lt;div class="highlight highlight-source-shell"&gt;&lt;pre&gt;git clone https://github.com/campvanilla/boxshadows.git&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Once the repository has been cloned, install the necessary dependencies.&lt;/p&gt;
&lt;div class="highlight highlight-source-shell"&gt;&lt;pre&gt;npm install&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;To start the development environment,&lt;/p&gt;
&lt;div class="highlight highlight-source-shell"&gt;&lt;pre&gt;npm start&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;View the application at &lt;a href="http://localhost:7335/" rel="nofollow"&gt;http://localhost:7335/&lt;/a&gt;&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/campvanilla/boxshadows"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


</description>
      <category>css</category>
      <category>webdev</category>
      <category>showdev</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
