JavaScript (JS) is a high-level, often just-in-time compiled and multi-paradigm programming language that conforms to the ECMAScript specification.
Projects with this topic
-
A simple web application built with Laravel to help track incomes and expenses.
Updated -
A showcase project demonstrating dynamically linked select elements with Alpine.js on top of database data served via Laravel.
Updated -
-
-
App to search Superheroes and Villains via the Superhero API
Updated -
This project is a Laravel-based web application that demonstrates clean API design, background job processing, and automated workflows. It includes: RESTful API endpoints with pagination, filtering, and validation. Background job queues for processing and automation tasks. Comprehensive test coverage with PHPUnit.
Still working on deepening the use of Laravel conventions and practices that make code sustainable.
Updated -
-
GOAT – A platform where anyone can ask interesting questions and get answers through community voting.
Updated -
Phần mềm quản lý công ty xây dựng Khang Nam
Updated -
Definitio is an online explainer and expander of euphemisms. It consists of an evolving database of terms and "definitions" and text about them, sources, comments etc, and a system to handle those terms, a small and focus content management system.
Updated -
"Científicos en Acción" es una aplicación tipo LMS (Learning Management System) diseñada para facilitar la enseñanza de cursos de ciencias naturales y matemáticas, ofreciendo una plataforma interactiva que permite planificar, implementar y evaluar procesos de aprendizaje de manera personalizada y accesible, integrando contenido multimedia, evaluaciones automatizadas y seguimiento individualizado para estudiantes de diferentes niveles educativos, con el fin de modernizar y optimizar la educación científica en Venezuela.
Updated -
Un software para gestión de una tienda
Updated -
Un software de gestion para una tienda de productos aromatizantes
Updated -
Prerequisites:
Git: Git is a version control system used for tracking changes in source code during software development. Make sure Git is installed on your system. You can download Git from https://git-scm.com/ and follow the installation instructions for your operating system.
PHP: Laravel requires PHP to be installed on your system. You need PHP version 7.3 or higher. You can check your PHP version by running php -v in your terminal.
Composer: Composer is a dependency manager for PHP and is used to install Laravel and its dependencies. You can download Composer from https://getcomposer.org/ and follow the installation instructions for your operating system.
Web Server: You'll need a web server to serve your Laravel application. While Laravel comes with a built-in development server, it's recommended that Apache or Nginx be used for production deployments.
Database: If the cloned project uses a database, make sure you have the required database management system (e.g., MySQL, PostgreSQL, SQLite) installed on your system.
Updated -
-
Laravel_Blog is a full-featured blogging platform built with Laravel, providing a seamless and user-friendly experience for bloggers, writers, and content creators. The platform offers dynamic content management, user authentication, and a responsive design, ensuring accessibility across devices.
Updated -
Laravel web application for connecting citizens/lawyers. User registration. Crud both user groups. Separated authorization. Meeting arrangements board list. Status calendar updates. Rest API consuming/saving/exposing.
Updated -