Vivir a Plenitud a los 70 sin Ser Madre
Una mujer de 70 años que decidió no tener hijos comparte su visión de la vida.
No busco que nadie me compadezca; al contrario, me siento profundamente feliz con la vida que he construido, a pesar de no tener hijos a mis siete décadas.
Hace tiempo, durante una consulta con el dermatólogo, pasé un buen rato esperando en el pasillo, como suele ocurrir. Allí conocí a una mujer cuya historia me hizo reflexionar.
Su elegancia y porte llamaron mi atención. Aparentaba unos 65 años, pero al hablar, me sorprendió saber que ya había cumplido los 70.
Me contó que se había casado dos veces, aunque ahora vivía sola. Su primer matrimonio terminó en divorcio. Desde el principio, le dejó claro a su marido que no quería ser madre. Él lo aceptó al inicio, pero cuando ella cumplió 30, volvió a insistir, esperando que cambiara de opinión.# PullRequest mini-app
### Installation
To run the app locally, you’ll need the following:
– [Node.js](https://nodejs.org/en/) (>= 12.0.0)
– [npm](https://www.npmjs.com/) (>= 6.0.0)
– [Git](https://git-scm.com/) (>= 2.0.0)
1. Clone the repository:
“`sh
git clone https://github.com/laudebugs/pull-request-mini-app.git
cd pull-request-mini-app
“`
2. Install dependencies:
“`sh
npm install
“`
3. Start the development server:
“`sh
npm run dev
“`
4. Open [http://localhost:3000](http://localhost:3000) in your browser to view the app.
### Production Build
To build the app for production, run:
“`sh
npm run build
“`
This will create an optimized production build in the `dist` directory.
### Testing
To run the tests, use:
“`sh
npm run test
“`
### Features
– View a list of pull requests
– Filter pull requests by state (open, closed, all)
– View pull request details
– Responsive design for mobile and desktop
### Tech Stack
– [Vue.js](https://vuejs.org/) – Frontend framework
– [Vite](https://vitejs.dev/) – Build tool
– [Tailwind CSS](https://tailwindcss.com/) – Utility-first CSS framework
– [Vitest](https://vitest.dev/) – Test runner