A web application built with Laravel that helps users create piggy banks to save money for products they want to purchase.
This application allows users to:
- Create virtual piggy banks for saving towards specific goals
- Track savings progress visually
- Set target dates and amounts
- Monitor current balances and progress
- Framework: Laravel 12
- Frontend: Blade templates, Tailwind CSS
- JavaScript: Vanilla JS, Alpine.js
- Database: MySQL
- PHP Version: 8.4.4
- Clone the repository
- Copy
.env.example
to.env
and configure your database - Start the Docker environment:
./vendor/bin/sail up -d
- If this is your first time installing, run
docker run --rm -v $(pwd):/app composer install
first
- If this is your first time installing, run
- Run
./vendor/bin/sail artisan key:generate
- Run
./vendor/bin/sail artisan migrate
- Run
./vendor/bin/sail npm install && ./vendor/bin/sail npm run build
- Access the application at http://localhost
This README now includes:
- A basic project description
- Tech stack information
- Your detailed browser navigation handling documentation
- Basic installation instructions
- A license reference
You can expand this with more sections as your project grows, such as:
- Screenshots
- API documentation
- Deployment instructions
- Testing information
- Contribution guidelines