Skip to content

MozartOnWeb/mandjoudama.io

Repository files navigation

mandjoudama.io

This is my personal portfolio website, built using Next.js 13. It showcases my projects, skills, and experience.

Screenshots

  • Hero Section: Hero Section

TODO

In early 2023, I start creating my site to use the new app/ directory in Next.js 13. It still in development, and there are still a few things I want to do:

  • Setup Sanity CMS & embedded in Next.js
  • Integrate all pages & make them responsive
  • Create contents in Sanity CMS
  • Fetch data from Sanity CMS
  • Add @vercel/analytics
  • Improved SEO support

You can learn more about the app/ directory here.

Running Locally

This application requires Node.js v16.13+.

git clone https://github.com/MozartOnWeb/mandjoudama.io.git
cd mandjoudama.io
yarn install
yarn dev

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.