Git Product home page Git Product logo

portfolio's Introduction

My portfolio

Finally decided to create my portfolio. I'm still working on a couple of things, but overall it is completed.

It's written on Next.js by Vercel using Typescript.

I use Majör Mono by Emre Parlak and Victor Mono by rubjo. Please check them out. I'm absolutely in love with both and I personally use Victor Mono as my main font for the terminal.

Setup

  • Change the desired text in ./app/utilities/content.ts. Every component is procedural, so don't be afraid to add more lines in any of the strings.

  • Download all libraries used in the project

yarn
# or
npm i
  • To start the website in a development mode, do
yarn dev
# or
npm run dev
  • To build and start the website, do
yarn build && yarn start
# or
npm run build && npm run start

Project Structure

./app/components/ Contains all client-side components

./app/utilities/ Currently only the text for the dynamic components

./app/page.tsx The only page of the website

./app/layout.tsx Layout of the page. Used only for Metadata

./app/globals.css Global css rules. Colours/Fonts

TODOs

  • intro card
  • about me
  • contacts
  • Additional bars for finished products
  • Rework bars for finished products
  • Reworked animations and accessibility
  • API integration

portfolio's People

Contributors

kiwipetal avatar

Watchers

 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.