An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ๐Ÿ“š Programming Study Apps

![Vercel](https://img.shields.io/badge/Deployed%20on-Vercel-000?style=for-the-badge&logo=vercel&logoColor=white)
![Monorepo](https://img.shields.io/badge/Monorepo-3%20Apps-9b59b6?style=for-the-badge)
![Next.js](https://img.shields.io/badge/Next.js-16-000?style=for-the-badge&logo=next.js&logoColor=white)
![HTML](https://img.shields.io/badge/HTML%2FCSS%2FJS-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge&logo=typescript&logoColor=white)

**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 |
|:---:|:---:|:---:|
| ![Mate T](screenshots/mate-t.png) | ![SO](screenshots/so.png) | ![Python](screenshots/py.png) |

---

## ๐Ÿ“‚ 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

[![GitHub](https://img.shields.io/badge/GitHub-MarceloAdan73-181717?style=for-the-badge&logo=github)](https://github.com/MarceloAdan73)
[![Email](https://img.shields.io/badge/Email-marcelo24mp%40gmail.com-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:marcelo24mp@gmail.com)

---


Built with โค๏ธ by Marcelo Palma