Skip to content

Latest commit

 

History

History
148 lines (137 loc) · 20.2 KB

File metadata and controls

148 lines (137 loc) · 20.2 KB
layout post
title Project
description Minh Dang (aka minhhoccode111) - Software Developer - Projects
permalink /project/
banner /static/media/images/pepe-bubble.webp
lang en
<style> .projects-table { width: 100%; border-spacing: 4px; } .projects-table th, .projects-table td { padding: 0px 8px; text-align: left; vertical-align: top; } .projects-table th { font-weight: bold; } /* .projects-table tr:nth-child(even) td{ */ /* border-top: 1px solid #f9f9f9; */ /* border-bottom: 1px solid #f9f9f9; */ /* } */ .projects-table tr td{ border-bottom: 1px solid #999; } </style> {% assign projects = site['project'] | sort: 'date' | reverse %} {% for project in projects %} {% if project.phony != true %} {% endif %} {% endfor %}
Name Repo Demo Note
{% if project.hascontent %} {{ project.title }} {% else %} {{ project.title }} {% endif %} {% if project.subtitle %} {{ project.subtitle }} {% endif %} {% if project.repourl %} Repo {% else %} - {% endif %} {% if project.demourl %} Demo {% else %} - {% endif %} {% if project.noteurl %} Note {% else %} - {% endif %}

{% comment %}

Legacy

Such a mess 😆

Name Deploy Repo Concepts
Dotfiles - view Linux Bash Git Vim Tmux Kitty Alacritty Ghostty
DSA - view DSA
OSTEP - wip OS
Missing Semester - wip Linux
Game Management - view C# .NET Razor SQL Server EF Core Bootstrap Azure
Personal Site - wip
CS50x - view CS DSA
Fakebook Messing view view Back: Express Mongo Mongoose Passport JWT Rest.nvim Glitch TDD Bun Supertest Mongodb memory server
Front: TS React React Router Shadcn Tailwind Zustand React Form Zod Axios Vite Vercel
Nvim - view Nvim Lua
Messaging App view view Back: Express Mongo Mongoose Passport JWT Postman Glitch TDD Jest Supertest Mongodb memory server
Front: React React Router Tailwind Zustand Vite Vercel
Where's Waldo Front view view React React Router Tailwind Vite Vercel
Where's Waldo Back - view Express Mongo Mongoose Postman Glitch
Members Only view view Express Mongo Mongoose Passport Pug Tailwind Glitch
Inventory App view view Express Mongo Mongoose Multer Pug Tailwind Glitch
Local Library view view Express Mongo Mongoose Pug Bootstrap Glitch
Mini Message Board view view Express Pug CSS Glitch
Basic Info Site - view Node HTML
Shopping Cart view view TS React React Router Tailwind Quotable-api Vite Netlify
Content Savior view view React React Router Tailwind Vite Netlify
Memory Card view view React Tailwind Vite Netlify
CV Application view view TS React Tailwind Vite Netlify
Go Practice - view Go
Dart Exercism - view Dart
CSharp Exercism - view C#
Exercises - view
Real World Express - view Express Mongo Mongoose JWT Rest.nvim
Homepage view view JS HTML CSS Webpack Tailwind Gh-pages
Battleship view view JS HTML CSS Webpack Gh-pages
Knight's Travails view view React Tailwind Vite Netlify
Whether App view view React Tailwind Vite Giphy-api Weather-api Netlify
Todo List view view JS HTML CSS Webpack Gh-pages
Connect Four Game view view JS HTML CSS Webpack Gh-pages
Restaurant Page view view JS HTML CSS Webpack Gh-pages
Tic Tac Toe view view JS HTML CSS DSA Gh-pages
Library view view TS React React router Tailwind Vite Netlify
Snake Game view view JS HTML CSS Gh-pages
Admin Dashboard view view JS HTML CSS Gh-pages
Sign Up Page view view JS HTML CSS Gh-pages
Calculator view view JS HTML CSS Gh-pages
Drawing App view view JS HTML CSS Gh-pages
RPS view view JS HTML CSS Gh-pages
Landing Page view view HTML CSS Gh-pages
Recipes Website view view JS HTML CSS Webpack Tailwind Gh-pages

{% endcomment %}