diff --git a/README.md b/README.md index c44c665..146a272 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,9 @@ So far it has been quite a nice experience! [DSMR5]: https://www.netbeheernederland.nl/_upload/Files/Slimme_meter_15_a727fce1f1.pdf [MQTT]: https://nl.wikipedia.org/wiki/MQTT +### [Inventory System](https://git.huizinga.dev/Dreaded_X/inventory) +As I got more into developing hardware my collection of electronic components also grew and I needed a better way of organizing everything. +I decided that it was a great opertunity to learn React and to develop the frontend of my very own simple inventory management system. +The system uses QR codes to link the physical components to their representation in the mangement system, which contains more information on the specific component like for example datasheets. +It also stores where each of the components is supposed to be stored, which makes it very easy to find components in the future. + diff --git a/main.tex b/main.tex index d55a40e..077f55d 100644 --- a/main.tex +++ b/main.tex @@ -194,6 +194,8 @@ \hfill \iconsvg{bash}{12}{Bash}\\ \hfill + \iconsvg{react}{12}{React}\\ + \hfill \iconsvg{docker}{12}{Docker}\\ \hfill \iconsvg{latex}{12}{LaTeX}\\ @@ -239,6 +241,10 @@ \vspace{6pt} \input{latex/project/z80.{{lang}}.md.tex} + + \vspace{6pt} + + \input{latex/project/inventory.{{lang}}.md.tex} \end{minipage} \hfill \begin{minipage}[t]{0.45\textwidth} diff --git a/markdown/README.md b/markdown/README.md index c8b9936..e6fcce5 100644 --- a/markdown/README.md +++ b/markdown/README.md @@ -6,3 +6,4 @@ #{project/car-stereo.en.md} #{project/automation.en.md} #{project/pico_p1.en.md} +#{project/inventory.en.md} diff --git a/markdown/project/inventory.en.md b/markdown/project/inventory.en.md new file mode 100644 index 0000000..f45d186 --- /dev/null +++ b/markdown/project/inventory.en.md @@ -0,0 +1,10 @@ +--- +project: + url: git.huizinga.dev/Dreaded_X/inventory + title: Inventory System +--- + +As I got more into developing hardware my collection of electronic components also grew and I needed a better way of organizing everything. +I decided that it was a great opertunity to learn React and to develop the frontend of my very own simple inventory management system. +The system uses QR codes to link the physical components to their representation in the mangement system, which contains more information on the specific component like for example datasheets. +It also stores where each of the components is supposed to be stored, which makes it very easy to find components in the future. diff --git a/markdown/project/inventory.nl.md b/markdown/project/inventory.nl.md new file mode 100644 index 0000000..6657912 --- /dev/null +++ b/markdown/project/inventory.nl.md @@ -0,0 +1,11 @@ +--- +project: + url: git.huizinga.dev/Dreaded_X/inventory + title: Inventory Systeem +--- + +Doordat ik steeds meer bezig was met hardware projecten, groeide ook mijn verzamling electronische componenten en had ik een betere manier nodig om het allemaal to organizeren. +Toen besloot ik dat dit een goed moment was om React the leren en om mijn eigen simplete inventory management systeem te ontwikkelen. +Het systeem maakt gebruik van QR codes om the physieke componenten the linken aan een representatie in het management systeem. +Hier is vervolgens weer meer informatie over het component the vinden is, zoals datasheets. +Ook staat er in het systeem waar elk component opgeslagen dient te worden, hierdoor is het gemakkelijk om later de componenten weer te vinden. diff --git a/svg/react.svg b/svg/react.svg new file mode 100644 index 0000000..97057a3 --- /dev/null +++ b/svg/react.svg @@ -0,0 +1 @@ + \ No newline at end of file