add screenshot

pull/1/head
Aji Kamaludin 3 years ago
parent e6d86840c1
commit 11071ccebb
No known key found for this signature in database
GPG Key ID: 670E1F26AD5A8099

@ -1 +1,36 @@
# Expense Tracker - inertiajs
# Expense Tracker - Laravel inertiajs
laravel Expense Tracker Example with inertiajs - react with ui kit [daisyui](https://daisyui.com/components/form/input)
database use sqlite
## Requirements
* PHP 8.0 or latest
## How to run
```bash
$ cp .env.example .env
$ composer install
$ npm install
$ npm run dev # optional only if any changes you make in resource/js
$ php artisan migrate
$ php artisan serve
```
## Compile Assets
```bash
$ npm run dev
```
or
```bash
$ npm run watch
```
## Screenshot
![](screenshot.png?raw=true)
![](screenshot1.png?raw=true)

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Loading…
Cancel
Save