Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcos-aparicio/inertia-simple-contact-manager

Simple Contact Manager developed with Inertia, Laravel, React and Tailwind
https://github.com/marcos-aparicio/inertia-simple-contact-manager

inertiajs javascript laravel laravel10 react tailwindcss

Last synced: 17 days ago
JSON representation

Simple Contact Manager developed with Inertia, Laravel, React and Tailwind

Awesome Lists containing this project

README

        

# Contact Manager

Simple CRUD website for managing contacts.

* Built with Inertia, React, Tailwind and Laravel.
* Initial scaffolding (basic UI and authentication) done by Laravel Breeze with Vite
* Heavily inspired by [Antonio Sarosi](https://github.com/antoniosarosi)'s contact manager from his [Mastermind](https://mastermind.ac) courses.

### Requirements

You should have PHP, composer, and npm installed in your system.

### Installation

```bash
git clone https://github.com/marcos-aparicio/inertia-simple-contact-manager.git
cd inertia-simple-contact-manager/
npm install
composer install
cp .env.example .env
php artisan key:generate
php artisan serve & npm run dev
```

See deployed version here [https://contact-manager.marcos-aparicio.xyz/](https://contact-manager.marcos-aparicio.xyz/)