10
7 Comments

Open-sourced a React + TailwindCSS portfolio template! 💅

Hey IH community! 👋

After learning the fundamentals of TailwindCSS in just a couple of days, I published and open-sourced a simple portfolio template! 👇

Screenshot of webpage

🌐 Live demo: https://braydentw.github.io/react-tailwind-portfolio
🐱 Github Repository: https://github.com/BraydenTW/react-tailwind-portfolio


Best of all, completely free to use for any of your personal projects.

It is much appreciated 🤗 if you give this a ⭐ on Github.

Have a wonderful weekend!

posted to Icon for group Developers
Developers
on October 16, 2020
  1. 3

    You probably already know this, so feel free to ignore. I see you doing this in your code a lot

    import { FaPalette } from 'react-icons/fa';
    import { FaReact } from 'react-icons/fa';
    import { FaCode } from 'react-icons/fa';
    

    You can just write:

    import { FaPalette, FaReact, FaCode } from 'react-icons/fa';
    

    Your templates look slick!

    1. 1

      Oh wow. I totally forgot about that 😅. Thanks for the reminder.

      If you like it, a star is appreciated :-)

  2. 1

    Thanks for the awesome template!

    How did you export your Memoji? :)

    1. 2

      Thanks!

      1. I created the Memoji on my iPhone 7
      2. Took a screenshot of it.
      3. Sent it to my laptop and removed the white background with remove.bg
      4. Sent it to Figma and put a yellowish gradient and added some shadows to make it pop.

      Let me know if you need anymore help :D

  3. 0

    The template looks great, but I would never recommend using ReactJS for static pages.

    1. 1

      Very true, I was just trying it out for fun :D

  4. 1

    This comment was deleted 4 years ago.

Trending on Indie Hackers
Build AI Agents & SaaS Apps Visually : Powered by Simplita ai User Avatar 30 comments The Future of Automation: Why Agents + Frontend Matter More Than Workflow Automation User Avatar 24 comments No Install, No Cost, Just Code User Avatar 20 comments You don't need to write the same thing again User Avatar 19 comments Let’s Talk: What’s Missing in Today’s App Builders? User Avatar 17 comments 15 Years of Designmodo User Avatar 14 comments