durasj / website

Simple personal portfolio

Home Page:http://duras.me

Repository from Github https://github.comdurasj/websiteRepository from Github https://github.comdurasj/website

Personal Website

Repo for my simple personal portfolio hosted at duras.me. There isn't a lot to see, but you are still free to look around.

Content is managed as directory structure with markdown files and images.

|- content/ - Projects - each in its own dir with content.md
|- public/  - Static files like pictures for each project
|- cypress/ - Cypress E2E test files.
|- src/     - Source code - ts(x) - basic Next.js files incl. unit tests
|- *.*      - Configuration files and other files.

Development

After installing the node modules with npm install, just run the development server npm run dev.

Then, open http://localhost:3000 with your browser to see the result.

This project uses mainly Next.js, React, Tailwind, MDX, and Framer Motion. Deployed on Vercel.

About

Simple personal portfolio

http://duras.me

License:MIT License


Languages

Language:TypeScript 98.4%Language:JavaScript 1.3%Language:CSS 0.3%