All Projects → Mehmetali345Dev → website

Mehmetali345Dev / website

Licence: MIT License
My personal website and blog. Made with Nuxt.js and WindiCSS.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
shell
77523 projects

Projects that are alternatives of or similar to website

Lichter.io
My own website and CV
Stars: ✭ 105 (+452.63%)
Mutual labels:  portfolio, portfolio-website, nuxt, nuxtjs, tailwindcss
glassFolio
Developer Portfolio Template in Glassmorphism UI
Stars: ✭ 61 (+221.05%)
Mutual labels:  portfolio, portfolio-website, portfolio-site
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+768.42%)
Mutual labels:  portfolio, portfolio-website, portfolio-site
cmcodes1.github.io
😊 Here's my portfolio where you can see all my projects, blogs, and achievements.
Stars: ✭ 23 (+21.05%)
Mutual labels:  portfolio, portfolio-website, portfolio-site
nextjs-portfolio
Source Code for my rebranded personal website and portfolio.
Stars: ✭ 23 (+21.05%)
Mutual labels:  portfolio, portfolio-website, tailwindcss
Developerfolio
🚀 Software Developer Portfolio Template that helps you showcase your work and skills as a software developer.
Stars: ✭ 2,814 (+14710.53%)
Mutual labels:  portfolio, portfolio-website, portfolio-site
rajaprerak.github.io
Personal Portfolio Website
Stars: ✭ 188 (+889.47%)
Mutual labels:  portfolio, portfolio-website, portfolio-site
norman-portfolio
Norman Nuthu's Portfolio
Stars: ✭ 16 (-15.79%)
Mutual labels:  portfolio, nuxtjs, tailwindcss
programmergaurav.github.io
Portfolio
Stars: ✭ 27 (+42.11%)
Mutual labels:  portfolio, portfolio-website, portfolio-site
portfolio
This is my portfolio which is also a template. Feel free to fork, star, and use it.
Stars: ✭ 86 (+352.63%)
Mutual labels:  portfolio, portfolio-website, portfolio-site
personal-website
GitHub monorepo that runs my personal website.
Stars: ✭ 30 (+57.89%)
Mutual labels:  portfolio, portfolio-website, portfolio-site
anniew.xyz
My Personal Website / Portfolio
Stars: ✭ 41 (+115.79%)
Mutual labels:  portfolio, portfolio-website, portfolio-site
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 (+26.32%)
Mutual labels:  portfolio, portfolio-website, portfolio-site
Devfolio
A modern and production-ready personal portfolio + blog template built with GatsbyJs and TailwindCSS
Stars: ✭ 154 (+710.53%)
Mutual labels:  portfolio, portfolio-website, tailwindcss
My-Alternate-Portfolio-Website
Portfolio Website generated using Jekyll, Sass, and Gulp.js, to showcase my web presence, résumé, story, & featured projects with a Particle.js aligned theme.
Stars: ✭ 127 (+568.42%)
Mutual labels:  portfolio, portfolio-website, portfolio-site
Portfolio
Nuxt & Vue based new portfolio website 🚀
Stars: ✭ 24 (+26.32%)
Mutual labels:  portfolio, portfolio-website, nuxt
stringify.me
Quick and Easy Profiles (No Login Required)
Stars: ✭ 52 (+173.68%)
Mutual labels:  portfolio, portfolio-website, portfolio-site
website
🧬 Source code of my personal website. Everything is included. Written in NuxtJS, TypeScript and Windi CSS!
Stars: ✭ 135 (+610.53%)
Mutual labels:  portfolio, nuxt, windi-css
website
The Official Open-Source version of Gigabyte Developers Incorporated webpage
Stars: ✭ 19 (+0%)
Mutual labels:  portfolio, portfolio-website, portfolio-site
kimlimjustin.com
My personal website
Stars: ✭ 16 (-15.79%)
Mutual labels:  portfolio, portfolio-website, portfolio-site

345dev.me

Preview

CodeFactor

My personal portfolio and blog made with Nuxt.js, Vue.js, WindiCSS.

What it have?

  • Realtime Discord and Spotify status!
  • Page for freelancers
    • Works, projects and repos!
  • Custom and re-usable components
    • 20+ components
    • Skeleton loaders, cards etc.
  • Static blog
    • Comments with Disqus
    • Write blog posts with markdown!
  • Real-world apps
    • Firebase integration!
    • Turkish Dictionary for awkward words (Firestore)
    • Recommendations (Firestore)
    • Utilities like metatag generator (WIP)
  • Most of styling job is made with WindiCSS
    • JIT!
    • Except some transitions and blog most of styling is made with WindiCSS

Getting Started

Requirements

  • Nodejs 12.17.1 or higher version.
  • Yarn package manager (It not need but I prefer this.)

Compiling Source Code

First

  1. Download code and unzip folder
  2. Open terminal or CMD (Windows) on project folder.

Second

Install packages with your preffered package manager

Write these command CMD or Terminal

  • With Yarn: yarn
  • With NPM: npm install

Third

For running app on development server

Write these command CMD or Terminal

  • With Yarn: yarn dev
  • With NPM: npm run dev

For build and compile:

  • With Yarn: yarn generate (or yarn build)
  • With NPM: npm run generate or (npm run build)

and open localhost:3000 on your browser and your app is ready.

If you are want host on paid or free services. I recommend Vercel or Netlify. My app is hosted by Vercel.

Firebase

I have two special pages, a Dictionary and Recommendations. If you don't need these pages you can remove this pages.

  • First, remove firebase and @nuxtjs/firebase modules
  • Second delete firebase.js file from config directory
  • Third remove @nuxtjs/firebase in modules array from nuxt.config.js and delete firebase import.
  • After that you can delete these two pages

To-do

  • Add share options to blog posts
  • Add works
  • Custom error page
  • Recommandations
    • Create page
    • Add weekly book recommandation
    • Add daily song recommandation

Special Thanks

to Eggsy, Ven and Tarık Coşkun. I'm very inspired by them, and i used some of their code.

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