Instagram Clone
This personal project replicates key Instagram features, allowing me to solidify my knowledge in Laravel, MVC, and web application design with Livewire.
I developed a personal project that replicates Instagram’s core functionalities, using the MVC design pattern with Laravel. The application includes user authentication, profile management, image posting, and an enhanced user experience with Livewire. This project allowed me to deepen my understanding of concepts like ORM (Eloquent), Seeders, migrations, and middleware to handle HTTP requests.
Galería de Imágenes
Aspectos Destacados
- ✔ User authentication: Implemented a secure authentication system that allows profile creation and management.
- ✔ Laravel ORM (Eloquent): Used Eloquent to efficiently and structurally manage database interactions.
- ✔ Livewire: Incorporated Livewire to provide real-time front-end interactions, improving user experience.
- ✔ Image and post management: Users can upload images and create posts, simulating Instagram’s primary functionality.
- ✔ Seeders and migrations: Used Seeders to generate test data and migrations to structure and maintain the database.
Tecnologías Utilizadas
Laravel Eloquent ORM Livewire Blade Tailwind CSS