diff --git a/src/pages/articles/todo/index.astro b/src/pages/articles/todo/index.astro
new file mode 100644
index 0000000..99f9aff
--- /dev/null
+++ b/src/pages/articles/todo/index.astro
@@ -0,0 +1,51 @@
+---
+import BaseHead from '../../../components/BaseHead.astro';
+import Footer from '../../../components/Footer.astro';
+import Header from '../../../components/Header.astro';
+import { SITE_DESCRIPTION, SITE_TITLE } from '../../../consts';
+export const prerender = true;
+
+
+---
+
+
+
+
+
+
+
+
+
+
+ articles and projects i want to make/write there will be more added
+
+ - receipt printer fax machine
+ - making the best all in one note book
+ - fpga graphic card
+ - writing design reports
+ - building an eletronics lab
+ - designs of a tiny houses
+ - modern bullitin board: the implemention
+ - write your own ui layout engine
+ - desgining a dual rail power supply
+ - making my perfect keyboard
+ - programming an terimal ascii drawing tool
+ - building a universal generator for powering microcontrollers
+ - building the perfect part storage system
+ - making pcbs at home
+ - finding the best knowagle management tool
+ - building my own markdown language
+ - making a chat app for the rpg paranoia
+ - opencad parametric 3d printer with auto generting bom
+ - automatic pcb enclosure program
+
+
+
+
+
+
+
+
+