Skip to content

Built on TALL stack (Tailwind CSS, Alpine.js, Laravel, and Livewire), this contact manager provides a simple yet powerful interface to perform CRUD (Create, Read, Update, Delete) operations on contacts.

License

Notifications You must be signed in to change notification settings

justnixx/livewire-contact-manager

Repository files navigation

Livewire Contact Manager

This is a demo of the Livewire Contact Manager application.

Screenshot

Installation

To get started, follow these steps:

  1. Install the project dependencies using Composer and Yarn:

    composer install
    
    yarn
  2. Run the database migration:

    php artisan migrate

  3. Seed the database with initial data:

    php artisan db:seed

  4. Start the application:

    valet open

    If you're using the built-in Laravel development server, run:

    php artisan serve

    Start the frontend build process:

    yarn dev

Contributing

Contributions are welcome! If you find any issues or want to add new features, please submit a pull request.

License

This project is licensed under the MIT License.

About

Built on TALL stack (Tailwind CSS, Alpine.js, Laravel, and Livewire), this contact manager provides a simple yet powerful interface to perform CRUD (Create, Read, Update, Delete) operations on contacts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages