All Projects → MA-Ahmad → myPortfolio

MA-Ahmad / myPortfolio

Licence: MIT license
This is a portfolio application built by using Next.js, ChakraUi, Typescript and Dev.to api.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to myPortfolio

benjamincarlson.io
My personal website built with Next.js, Chakra UI, Firebase, and next-mdx-remeote.
Stars: ✭ 102 (-19.69%)
Mutual labels:  github-api, personal-website, mdx, chakra-ui
Portfolio
A Next.js & Material UI portfolio that stylizes markdown files from the GitHub API and Contentful CMS.
Stars: ✭ 18 (-85.83%)
Mutual labels:  github-api, personal-website, prismjs
ezprofile
🚀 Create an automatic portfolio based on GitHub profile.
Stars: ✭ 344 (+170.87%)
Mutual labels:  github-api, portfolio, personal-website
personal-website-nextjs-chakra
A series I am making on YouTube where I build a personal website using next.js and chakra-ui. It includes a variety of other features such as mdx-remote blog pages, view counts with Google Firebase database and many more features.
Stars: ✭ 60 (-52.76%)
Mutual labels:  personal-website, mdx, chakra-ui
sreetamdas.com
Personal website built with Next.js, TypeScript and Styled-components
Stars: ✭ 175 (+37.8%)
Mutual labels:  portfolio, personal-website, mdx
personal-website
GitHub monorepo that runs my personal website.
Stars: ✭ 30 (-76.38%)
Mutual labels:  portfolio, personal-website
remark-hint
Sprinkle hints/tips/warnings on your documents
Stars: ✭ 36 (-71.65%)
Mutual labels:  remark, mdx
hugo-toha.github.io
An example hugo static site with Toha theme.
Stars: ✭ 59 (-53.54%)
Mutual labels:  portfolio, personal-website
shellbear.me
Source code of my personal website and blog ✨
Stars: ✭ 177 (+39.37%)
Mutual labels:  portfolio, personal-website
sutanlab.id
☕️ My Personal Homepage & Blog site with NextJS. 🇺🇸 🇮🇩
Stars: ✭ 39 (-69.29%)
Mutual labels:  portfolio, personal-website
gatsby-portfolio
Portfolio / Personal Website - Built with Gatsby.js and Published at konstantin.digital
Stars: ✭ 23 (-81.89%)
Mutual labels:  portfolio, personal-website
octoclairvoyant-webapp
Compare GitHub changelogs across multiple releases in a single view.
Stars: ✭ 45 (-64.57%)
Mutual labels:  github-api, chakra-ui
nikolovlazar.com
My personal site's repo built using Next.js, Chakra UI, MDX, Prisma, PlanetScale.
Stars: ✭ 126 (-0.79%)
Mutual labels:  mdx, chakra-ui
site
🏞 My name dot com.
Stars: ✭ 54 (-57.48%)
Mutual labels:  portfolio, personal-website
jahir.dev
My personal website 💎 – Built using Next.js, TypeScript, MDX, contentlayer, Notion and Stitches styled components
Stars: ✭ 119 (-6.3%)
Mutual labels:  portfolio, mdx
daviddalbusco.com
Freelance Web Developer
Stars: ✭ 19 (-85.04%)
Mutual labels:  portfolio, personal-website
AVS1508.github.io
Personal Résumé Website developed using ReactJS and Bootstrap and hosted on Github Pages. Displays my web presence, story, work experience, education, projects, achievements, and contact information.
Stars: ✭ 24 (-81.1%)
Mutual labels:  portfolio, personal-website
gatsby-theme-portfolio-minimal
A Gatsby Theme to create modern one-page portfolios with a clean yet expressive design.
Stars: ✭ 51 (-59.84%)
Mutual labels:  portfolio, personal-website
portfolio-template
Portfolio template for any developer or designer. Made with love towards everyone :)
Stars: ✭ 21 (-83.46%)
Mutual labels:  portfolio, personal-website
samuelkraft-next
My personal website written with Next.js, Typescript, MDX, Tailwind
Stars: ✭ 250 (+96.85%)
Mutual labels:  personal-website, mdx

Mahmad.me

My personal portfolio website to show my skills, experience, and articles I published

Built with

Overview

  • components/* - Contains all components related to pages (blog, projects, about, etc).
    • shared/* - All reusable components like header, footer etc.
    • layouts/* - The different page layouts.
    • theme/* - Manage theme of site.
  • data/* - Data that used for blog posts, projects etc.
  • lib/* - Collection of helpful utilities or code for external services like devto api.
  • pages/api/* - API routes.
  • pages/blog/* - Static pre-rendered blog pages using MDX.
  • pages/* - All other static pages.
  • prisma/* - My Prisma schema, which uses a Postgresql database.
  • public/* - Static assets including audios, fonts and images.

View and copy code of your favourite components

TemplatesKart website

Running Locally

git clone https://github.com/MA-Ahmad/myPortfolio
cd myPortfolio && yarn install
yarn dev

The above commands will start the application on http://localhost:3000/

Cloning / Forking

Please review the LICENSE and remove all of my personal information (projects, blog posts, images, etc)

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].