All Projects → smakosh → Gatsby Portfolio Dev

smakosh / Gatsby Portfolio Dev

Licence: mit
A portfolio for developers

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gatsby Portfolio Dev

gatsby-personal-site
My personal site made with Gatsby
Stars: ✭ 31 (-94.42%)
Mutual labels:  portfolio, styled-components, gatsby
Gabriel Adorf Portfolio
Gabriel Adorf's personal website
Stars: ✭ 133 (-76.08%)
Mutual labels:  gatsby, portfolio, styled-components
Felipefialho.com
😺 My personal website
Stars: ✭ 177 (-68.17%)
Mutual labels:  gatsby, portfolio, styled-components
gatsby-portfolio
Portfolio / Personal Website - Built with Gatsby.js and Published at konstantin.digital
Stars: ✭ 23 (-95.86%)
Mutual labels:  portfolio, gatsby
gatsby-portfolio
Personal product design portfolio for Daniel Destefanis. Also available on Figma as an open-source design.
Stars: ✭ 32 (-94.24%)
Mutual labels:  portfolio, gatsby
gatsby-london-after-midnight
A free, open source, image-concentric starter for GatsbyJS
Stars: ✭ 37 (-93.35%)
Mutual labels:  portfolio, gatsby
jiahao.codes
😎 Personal Website
Stars: ✭ 63 (-88.67%)
Mutual labels:  styled-components, gatsby
Gatsby Starter Mate
An accessible and fast portfolio starter for Gatsby integrated with Contentful CMS.
Stars: ✭ 472 (-15.11%)
Mutual labels:  gatsby, portfolio
gatsby-themes
A collection of open source, well designed, highly customizable and 100% free Gatsby themes for blazing fast sites. We are working on the next version of the Flex theme. See https://github.com/reflexjs/reflexjs
Stars: ✭ 296 (-46.76%)
Mutual labels:  portfolio, gatsby
www
🦁 Source files for my personal site
Stars: ✭ 64 (-88.49%)
Mutual labels:  styled-components, gatsby
personal-website-react
A personal website built using Gatsby 🚀⚛️
Stars: ✭ 43 (-92.27%)
Mutual labels:  styled-components, gatsby
devFolio
Portfolio built with React (Gatsby) • Strapi • GraphQL 🎯
Stars: ✭ 25 (-95.5%)
Mutual labels:  portfolio, gatsby
gatsby-theme-portfolio-minimal
A Gatsby Theme to create modern one-page portfolios with a clean yet expressive design.
Stars: ✭ 51 (-90.83%)
Mutual labels:  portfolio, gatsby
wendel.dev
My personal website and blog about software development, bleeding edge and open source 🔥
Stars: ✭ 65 (-88.31%)
Mutual labels:  styled-components, gatsby
v2
Hack Club’s (old) website ✨
Stars: ✭ 101 (-81.83%)
Mutual labels:  styled-components, gatsby
V4
Fourth iteration of my personal website built with Gatsby
Stars: ✭ 4,114 (+639.93%)
Mutual labels:  gatsby, styled-components
raptori
Personal blog and portfolio by Joe McGrath
Stars: ✭ 33 (-94.06%)
Mutual labels:  portfolio, gatsby
Gatsby Themes
Gatsby themes for blazing fast sites. We are working on the next version of the Flex theme. See https://github.com/reflexjs/reflexjs
Stars: ✭ 275 (-50.54%)
Mutual labels:  gatsby, portfolio
site
🏞 My name dot com.
Stars: ✭ 54 (-90.29%)
Mutual labels:  portfolio, gatsby
sanity-gatsby-portfolio
A Gatsby portfolio site powered by Sanity.io. Watch it get built live:
Stars: ✭ 16 (-97.12%)
Mutual labels:  portfolio, gatsby

Portfolio for developers

Deploy with Vercel

Powered by Vercel

Theme

Gatsby-theme-portfolio

Features

  • Eslint/Prettier configured
  • Scores 100% on a11y / Performance / PWA / SEO
  • PWA (desktop & mobile)
  • Easy to customize
  • Nice project structure
  • Amazing illustrations by Undraw.co
  • Tablet & mobile friendly
  • Continuous deployment with Vercel
  • Or with Netlify, check Netlify branch
  • A contact form protected by Google Recaptcha
  • Can be deployed with one click
  • Functional components with Recompose React Hooks! ready to migrate to React hooks!
  • Fetches your Github pinned projects with most stars (You could customize this if you wish)
  • One click deployment to Vercel

Design

Project on Behance

Structure

.
├── data
│   └── config              # SEO related tags
├── src
│   └── assets              # Assets
│   │   │── icons             # icons
│   │   │── illustrations     # illustrations from (undraw.co)
│   │   └── thumbnail         # cover of your website when it's shared to social media
│   ├── components          # Components
│   │   │── common            # Common components
│   │   │── landing           # Components used on the landing page
│   │   └── theme             # Header & Footer
│   └── pages               # Pages
└── static                  # favicon & Netlify redirects

Prerequisites

Online

  1. Create an account at Formik and grab your form endpoint url
  2. Grab a Google recaptcha key from Google Recaptcha
  3. Grab your Github token from GitHub
  4. Click Deploy with Vercel and pass in your:
  • Formik form endpoint
  • Google recaptcha public key
  • Github token

To Env variables section.

Locally

  1. Create an account at Formik
  2. Install Yarn
  3. Grab a Google recaptcha key from Google Recaptcha
  4. Grab your Github token from GitHub
  5. Run cp .env.development.template .env.development
  6. Run yarn && yarn start

You could run vercel env pull to get your env variables from Vercel.

Deploying locally to Vercel

I highly recommend that you push to GitHub/GitLab and deploy your repository to Vercel instead or just hit the Deploy button.

Clean the cache

This removes the .cache/ & public/ folders

yarn reset

Built with

  • Adobe XD
  • Gatsby
  • React & GraphQL
  • Formik
  • Google recaptcha
  • VSCode
  • And these useful of JavaScript libraries & Gatsby plugins package.json

License

This project is licensed under the MIT License - see the LICENSE.md file for more details

Contributors

Support

If you love this Gatsby template and want to support me, you can do so through my GitHub profile.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].