Commit graph

95 commits

Author SHA1 Message Date
0647b4af89 call it done 2025-01-21 15:45:43 -05:00
77a93ae9b1 feat: basic crud complete 2025-01-20 19:24:37 -05:00
6fb88b315a more code 2025-01-17 22:45:33 -05:00
17d664eaeb some code and stuff 2025-01-16 16:28:53 -05:00
75b83e30ea inventory skeleton 2025-01-08 22:51:48 -05:00
59a08e23a9 adding mini msg board
Squashed commit of the following:

commit 5e685faff0
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Wed Jan 1 20:39:19 2025 -0500

    feat: mobile styling

commit 30a4ac6326
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Wed Jan 1 16:51:53 2025 -0500

    another test

commit b847c0f231
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Wed Jan 1 16:48:29 2025 -0500

    fix: cf header

commit acc580fb79
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Wed Jan 1 16:46:22 2025 -0500

    feat: add client ip tracking

commit 289b95d957
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Wed Jan 1 16:40:49 2025 -0500

    feat: add footer and styling

commit eda40eb113
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Wed Jan 1 14:59:35 2025 -0500

    feat: added a comment section

commit 27840f3537
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Tue Dec 31 14:45:21 2024 -0500

    css: black color

commit 3c3deda986
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Tue Dec 31 14:29:00 2024 -0500

    ui: better design and stuff

commit cd43c949aa
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Sat Dec 28 17:47:39 2024 -0500

    fix: styling

commit 8c0a4a773e
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Sat Dec 28 14:32:07 2024 -0500

    styling added + better templates

commit 0a21838c91
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Fri Dec 27 22:33:44 2024 -0500

    fix: create tables

commit 77832d73de
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Fri Dec 27 22:21:48 2024 -0500

    dockerfile_update

commit 90769c9bf1
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Fri Dec 27 22:17:36 2024 -0500

    more code

commit e07590d6e5
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Thu Dec 26 08:15:00 2024 -0500

    updates

commit 1d28883841
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Thu Dec 26 07:38:38 2024 -0500

    updated docker file

commit eb3068af96
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Thu Dec 26 07:27:38 2024 -0500

    added dockerfile

commit 15a77883f4
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Wed Dec 25 22:45:54 2024 -0500

    basic msg board
2025-01-01 21:54:34 -05:00
b66089f97e fix: updated pathing 2024-11-22 20:55:17 -05:00
50b50915de
Shopping cart (#19)
* feat: navbar and main components added

* feat: add shopping cart

* added cart and store components

* basic functionality complete

* fix: effect

* adding more logic and components

* basic features

* reorg tree and add summary

* feat: new stuff

* styling: more stuff

* changes

* as good as itll get

* added public

---------

Co-authored-by: mike <mike@windows>
2024-11-22 20:47:46 -05:00
d581ed19e6 testing 2024-10-10 08:53:55 -04:00
aa7ca3c4c8 testing 2024-10-10 08:53:11 -04:00
168c855dbb testing 2024-10-10 08:52:39 -04:00
c3437748f3 testing 2024-10-10 08:50:28 -04:00
6e1b201160 just a test 2024-10-03 18:16:57 -04:00
b222b7b655 chore: rearrange 2024-10-03 18:10:45 -04:00
35bf95891c
Cv project (#18)
* feat: updated component

* feat: added components

* feat: fixed

* refactor(feat): added button, renamed variables

* feat: updated education info component

* feat: experience component added

* refactor: modular

* feat: new components, style, etc

* refactor: remove unneccessary divs

* feat(styling): yep

* feat(style): new font added for resume

* feat(styling): colors, btns, etc

* feat: basically done

* feat: updated css/demo data
2024-06-23 20:24:55 -04:00
592ddc4c1f
Cv project (#17)
* feat: updated component

* feat: added components

* feat: fixed

* refactor(feat): added button, renamed variables

* feat: updated education info component

* feat: experience component added

* refactor: modular

* feat: new components, style, etc

* refactor: remove unneccessary divs

* feat(styling): yep

* feat(style): new font added for resume

* feat(styling): colors, btns, etc

* feat: basically done
2024-06-23 20:10:32 -04:00
940deff071
chore: change title
Signed-off-by: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
2024-05-18 23:32:31 -04:00
099e6b13e7
Battleship (#16)
* project: testing

* feat: updated testing configs

* feat: ship class and test

* feat: more testing

* feat: gameboard logic/tests complete

* feat: add player methods

* feat: add main app

* sync: pushing latest code to repo

* feat: add some basic styling and stuff

* feat: added UI logic

* feat: basic game is finished

* feat: add adjacent rules

* feat: basic game complete
2024-04-02 16:45:56 -04:00
d899a773bd
project: testing (#15) 2024-02-16 16:07:49 -05:00
6f8a4ec879 feat: finished knights 2024-02-15 06:38:07 -05:00
2eb3956145 feat: sorta works 2024-02-15 00:29:06 -05:00
25b6522572
Csci (#14)
* feat: project bts

* feat: balanced binary tree project
2024-02-10 12:16:48 -05:00
b8167603d6 merge: csci branch 2024-02-02 08:37:53 -05:00
073de11e88 feat: completed 2024-02-02 08:23:19 -05:00
95d3793c20 feat: new stuff 2024-02-01 23:04:38 -05:00
0aea48d868
Csci (#12)
* feat: recursive sorting

* feat: linked list project

* fix: swap head/tail

* feat: bioler plate hashmap

* feat: project hashmap complete

* fix: remove unnecessary code
2024-02-01 19:45:01 -05:00
ddba85e74b
Merge branch 'main' into csci 2024-02-01 19:44:34 -05:00
d2a25111ad fix: remove unnecessary code 2024-02-01 19:40:28 -05:00
ff8ee40a9c feat: project hashmap complete 2024-02-01 19:17:46 -05:00
d70cbe75e1 feat: bioler plate hashmap 2024-01-30 13:07:47 -05:00
ba9619ae97 fix: swap head/tail 2024-01-30 11:09:45 -05:00
73b1aea699 chore: update gitignore 2024-01-29 09:41:28 -05:00
0a61e21532 feat: linked list project 2024-01-29 09:40:29 -05:00
bb3e0d6bfa feat: recursive sorting 2024-01-29 09:40:29 -05:00
7009e7c2bb feat: linked list project 2024-01-28 20:12:25 -05:00
fb92000290 feat: recursive sorting 2024-01-25 13:12:29 -05:00
db9b6abeea feat: live site 2024-01-22 21:12:56 -05:00
4d2291815a
Weather app (#10)
* feat: base class added and api

* feat: async method/conversions

* feat: added styling and ui

* feat: added some colors

* feat: project complete
2024-01-22 20:59:19 -05:00
8cc79da6d9 fix: prod mode and remove dots 2024-01-07 22:35:22 -05:00
f84604a715 feat: updated code 2024-01-07 22:24:13 -05:00
f68a36dca3 feat: todo app 2024-01-07 22:13:46 -05:00
551b6206ad feat: production 2023-12-20 12:25:51 -05:00
e46e56578d
Restaurant project (#9)
* feat: git ignore

* feat: skeleton

* feat: module added

* feat: added menubar

* adding components

* feat: carousel and components

* feat: content added

* feat: navbar logic added

* feat: added styling

* feat; add bg image

* feat: styling complete

* feat: first build complete
2023-12-20 12:19:12 -05:00
21e059e84d feat: favicon 2023-12-16 10:59:47 -05:00
82b3e846a0 refactor: remove unncessary code 2023-12-15 16:33:59 -05:00
d3508ee00f fix: remove typo 2023-12-15 16:21:27 -05:00
6898f58faa fix: expand array 2023-12-15 10:23:13 -05:00
87be725167
Realtictactoe (#8)
* feat: setup initial game methods

* feat: add update position method

* feat: created basic prompt for input

* feat: cli game loop complete

* feat: boiler plate html added

* feat: added gameplay

* feat: added game evaluation

* feat: added grid and basic styling

* feat: game functionality added

* feat: project complete
2023-12-14 18:37:25 -05:00
8822ecfc5f
Library (#7)
* feat: initial commit

* feat: initial javascript complete

* feat: modal added

* feat: logic completed.

* feat: modal base styling complete

* feat: more styling

* feat: styling complete

* fix: checkbox works now
2023-11-22 11:56:27 -05:00
7a40d907d9
Library (#6)
* feat: initial commit

* feat: initial javascript complete

* feat: modal added

* feat: logic completed.

* feat: modal base styling complete

* feat: more styling

* feat: styling complete
2023-11-22 11:32:12 -05:00