https://github.com/marceloadan73/programming-study-apps
Personal monorepo with 3 study apps deployed on Vercel
https://github.com/marceloadan73/programming-study-apps
education flashcards html-css-javascript interactive-learning learning-tool mathematics nextjs operating-system python quiz student-projects study-apps tailwindcss typescript vercel web-apps
Last synced: 7 days ago
JSON representation
Personal monorepo with 3 study apps deployed on Vercel
- Host: GitHub
- URL: https://github.com/marceloadan73/programming-study-apps
- Owner: MarceloAdan73
- Created: 2026-05-16T03:21:43.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-10T05:30:12.000Z (13 days ago)
- Last Synced: 2026-06-10T07:14:39.601Z (13 days ago)
- Topics: education, flashcards, html-css-javascript, interactive-learning, learning-tool, mathematics, nextjs, operating-system, python, quiz, student-projects, study-apps, tailwindcss, typescript, vercel, web-apps
- Language: HTML
- Homepage: https://matematicas-t.vercel.app
- Size: 10.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ Programming Study Apps





**Personal monorepo of study applications deployed on Vercel**
---
## ๐ Apps
| App | Stack | Description |
|-----|-------|-------------|
| [๐งฎ **Matemรกticas T**](https://matematicas-t.vercel.app) | HTML / CSS / JS | Math exercises and concepts |
| [๐ป **SO Study App**](https://so-study-app.vercel.app) | Next.js + TypeScript + Tailwind | Operating Systems study material |
| [๐ **Python Interactivo**](https://python-interactivo.vercel.app) | HTML / CSS / JS | Interactive Python tutorial from scratch |
### Screenshots
| Matemรกticas T | SO Study App | Python Interactivo |
|:---:|:---:|:---:|
|  |  |  |
---
## ๐ Structure
```
programming-study-apps/
โโโ matematicas-t/ # App 1 - HTML/CSS/JS
โโโ python-interactivo/ # App 2 - HTML/CSS/JS
โโโ so-study-app/ # App 3 - Next.js
โโโ .gitignore
โโโ README.md
```
> Each app is independent. To add a new one, just create its folder at the root.
---
## ๐ Deploy
Each app deploys on Vercel from its own `Root Directory`. Push to `main` triggers automatic deployments.
---
## ๐ฌ Contact
[](https://github.com/MarceloAdan73)
[](mailto:marcelo24mp@gmail.com)
---
Built with โค๏ธ by Marcelo Palma