Skip to content

Free Portfolio template for developers. For Developers, By a Developer

License

Notifications You must be signed in to change notification settings

realtouseef/devfolio

Repository files navigation

DevFolio ⚡️

For Developers, By a Developer

A minimal and easy-to-tweak portfolio for developers made with TailwindCSS and NextJS. The best thing is, someone with a basic know-how of TailwindCSS and NextJS will be able to tweak it according to their needs.

Live Version

Check out the Live Version here: https://devpholio.vercel.app.

Table of Contents

Add your Info

  • Add your bio in src/components/Card/ProfileCard.js.
  • Add/remove items in navbar from src/components/Nav/NavItems.js
  • Add your data in src/data/siteMetaData.js
  • Add your custom colors to tailwind.config.js and src/styles/globals.css PS: don't change the color names, if you want to then change them at other places as well
  • Import your favorite font from fonts.google.com in src/styles/globals.css
  • Add .env file in root and copy paste this: NEXT_PUBLIC_GH_REPO_ENDPOINT=https://api.github.com/users/{your-username}/repos but make sure to use your GitHub username.
  • For fetching articles from medium, create a variable in your .env called NEXT_PUBLIC_MEDIUM_API_ENDPOINT and assign it https://api.rss2json.com/v1/api.json?rss_url=https://medium.com/feed/@your-username but make sure to add your username at the end

For Contribution

If you'd like to contribute and make this much better for other users, kindly fork it and feel free to open a pull request.

How To Use

From your command line, clone and run devFolio:

# Clone this repository
git clone https://github.com/realtouseef/devfolio.git

# Go into the repository
cd devFolio

# Install dependencies
npm install
yarn install

# Start a local dev server
npm start
yarn dev

Technologies Used

Font and Icons

Inspired from

LICENSE

DevFolio is licensed under the MIT License - see the LICENSE file for details.

🙏 Support

This project needs a ⭐️ from you. Don't forget to leave a star ⭐️