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!

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 5 years ago

    1. 1

      @motion_2 thanks!!