diff --git a/README.md b/README.md index d3be704..4a79a08 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,9 @@ 3. Build and start docker container `docker compose up -d` 4. Run `docker compose exec php-app php index.php app:migrate` file to create `database.sqlite` and create tables. 5. Run `docker compose exec php-app php index.php app:scrape` command to scrape all the products from the ryobi website. -6. Access web interface using `localhost:9000` address in web browser. \ No newline at end of file +6. Access web interface using `localhost:9000` address in web browser. + +## Screenshots + +### Main screen of the web view +![Main screen of the web view](screenshot1.png) \ No newline at end of file diff --git a/screenshot1.png b/screenshot1.png new file mode 100644 index 0000000..bada133 Binary files /dev/null and b/screenshot1.png differ