Dev.to clone with tailwind CSS

Rohith Gilla - May 4 '20 - - Dev Community

TLDR;
Github repo Link
Live https://devto-tailwind.netlify.app/
GIF
Dev.to

Image
Dev.to

We will be cruising through the following topics

  • What is tailwind? (Recap)
  • What did I build?
  • Time
  • Custom additions to tailwind.js

What is tailwind? (Recap)

Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to override. I have taken this definition from here.

The documentation is stunning, I personally finished reading documentation.

What did I build?

After a good success with replication of youtube. So I decided to replicate Dev to. It was close enough I feel. It’s only the desktop version of the website.

Progress

  • Phase 1 As I always prefer, I start with the layout. Alt Text
  • Phase 2 NavBar Alt Text
  • Phase 3 SideBar Alt Text
  • Phase 4 Listings Alt Text
  • Phase 5 My fav one, Et Voila! Dev.to

Time

The overall time consumed was (calculated using wakatime)
Time
Graphs

Custom additions to tailwind.js

This are the custom colors used in the development process.

dev: {
        gray: "#1a2634",
        body: "#0d1219",
        text: "#f9fafa",
        link: "#dde0e2",
        teal: "#1CB3A6",
        tealPri: "#26d9ca",
        hoverTags: "#868EE7",
        searchBox: "#2E3A48",
      }
Enter fullscreen mode Exit fullscreen mode

Bonus gif :p
Alt Text

Peace ✌🏻,
Rohith Gilla.

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player