Giter Club home page Giter Club logo

pobermeier-portfolio-v3's Introduction

Patrick Obermeier Portfolio Website v3 - Next.js, TypeScript & DatoCMS

This is v3 of my personal portfolio website created using Next.js, TypeScript & DatoCMS.

Optimizing loading speed and accessibility were my highest priority during the realization of this project. You can check out the live project by clicking here.

Technologies & Tools Used

  • Next.js / React
  • TypeScript
  • DatoCMS (Headless CMS)
  • GraphQL Request Library
  • Tailwind CSS
  • Animate-on-Scroll (AoS)
  • ESLint & Prettier
  • Husky (Simple Git Hooks)
  • Next.js plugins: next-sitemap
  • Docker for deployment as hosted Node.js-Server

Quick Start

Development

After cloning / downloading this repository first install the dev-depencies with NPM by using the following CLI-command:

yarn install

You can then launch a dev server with the following command:

yarn dev

Mock Content in Development

To run the site with all content in dev mode without having to fetch data from DatoCMS, just go into the global config file config.ts in the /src folder and set useMockData: true.

Deployment

You can build the static assets needed for deployment with the following CLI-command:

yarn export

The files will be build and bundled into the "out" folder. These files can then be deployed to any static web server or a PaaS like Netlify.

Import Grouping

Group imports using comments in the following order:

// interfaces,types,schemas,models
// constants
// mocks
// transformers
// selectors
// actions
// components
// hooks
// styles
// redux
// sagas
// db
// use cases
// services
// utils
// resources

pobermeier-portfolio-v3's People

Contributors

pobermeier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.