This commit is contained in:
2025-08-10 10:31:10 -04:00
commit db767dcabc
26 changed files with 8170 additions and 0 deletions

24
wiki/projects.md Normal file
View File

@@ -0,0 +1,24 @@
# Projects
This is a collection of my various projects.
## Active Projects
### [[Web Development]]
Working on modern web applications using React and TypeScript.
### [[Data Science]]
Analyzing data with Python and machine learning libraries.
## Completed Projects
- **ObsWiki**: A wiki system built with Rust #rust #web #wiki
- **Task Manager**: Personal productivity app #productivity #app
## Future Ideas
- [ ] Mobile app development
- [ ] IoT home automation
- [ ] Machine learning experiments
Back to [[index]]