diff --git a/README.md b/README.md index 403e77c..9000f6a 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ JerkyVault is a web application designed for managing recipes and orders for the - **Charts**: The dashboard also features charts that show the distribution of product types (e.g., different types of jerky). - **Order Tables**: The application allows viewing of pending orders, sorting them by various parameters, and tracking the status of orders. + ### 3. **Multilingual Support** - **Multiple Language Support**: The application supports English, Russian, and Serbian languages. Multilingual functionality is implemented using `next-translate`, making it easy to add and manage new translations. @@ -69,6 +70,7 @@ JerkyVault is a web application designed for managing recipes and orders for the - **General Statistics**: A section with a summary of the number of recipes, ingredients, products, and orders. - **Charts and Graphs**: A section displaying charts and graphs with data on product distribution, order statuses, and other important information. - **Order Tables**: A section with tables showing all orders, with the ability to filter and sort by status, date, client, and other parameters. +![alt text](screenshots/dashboard.png "Dashboard") ### 2. **Registration and Sign-In** @@ -80,6 +82,8 @@ JerkyVault is a web application designed for managing recipes and orders for the - **View Recipes**: A list of all available recipes with sorting and filtering options by categories. - **Add Recipe**: A form for adding new recipes, specifying ingredients, instructions, and other details. - **Edit Recipes**: The ability to edit existing recipes, changing ingredients and other parameters. +![alt text](screenshots/recipes.png "Recipes") +![alt text](screenshots/editrecipe.png "Edit recipe") ### 4. **Orders** @@ -87,17 +91,26 @@ JerkyVault is a web application designed for managing recipes and orders for the - **Order Details**: View detailed information about each order, including products, quantities, status, and other details. - **Manage Orders**: A section for changing order statuses and managing them. +![alt text](screenshots/orders.png "Orders") +![alt text](screenshots/orderedit.png "Edit order") + ### 5. **Clients** - **View Clients**: A section displaying information about clients, including name, contact details, and order history. - **Add and Edit Clients**: A form for adding new clients or editing information about existing clients. - **Filtering and Sorting**: The ability to filter the list of clients by name, registration date, and other parameters. +![alt text](screenshots/clients.png "Clients") +![alt text](screenshots/addclient.png "Add client") + ### 6. **Products** - **View Products**: A section where all available products are displayed, including types of jerky and other items. - **Add Product**: A form for adding new products, specifying name, description, price, and other parameters. - **Edit and Delete Products**: The ability to edit information about existing products or delete them. +![alt text](screenshots/products.png "Products") +![alt text](screenshots/editproduct.png "Edit product") + ### 7. **User Profile** diff --git a/screenshots/Products.png b/screenshots/Products.png new file mode 100644 index 0000000..ed07963 Binary files /dev/null and b/screenshots/Products.png differ diff --git a/screenshots/addclient.png b/screenshots/addclient.png new file mode 100644 index 0000000..646d54a Binary files /dev/null and b/screenshots/addclient.png differ diff --git a/screenshots/addproduct.png b/screenshots/addproduct.png new file mode 100644 index 0000000..15107ab Binary files /dev/null and b/screenshots/addproduct.png differ diff --git a/screenshots/addrecipe.png b/screenshots/addrecipe.png new file mode 100644 index 0000000..99a8b1e Binary files /dev/null and b/screenshots/addrecipe.png differ diff --git a/screenshots/clients.png b/screenshots/clients.png new file mode 100644 index 0000000..99928bf Binary files /dev/null and b/screenshots/clients.png differ diff --git a/screenshots/dashboard.png b/screenshots/dashboard.png new file mode 100644 index 0000000..90b508d Binary files /dev/null and b/screenshots/dashboard.png differ diff --git a/screenshots/editproduct.png b/screenshots/editproduct.png new file mode 100644 index 0000000..5567453 Binary files /dev/null and b/screenshots/editproduct.png differ diff --git a/screenshots/editrecipe.png b/screenshots/editrecipe.png new file mode 100644 index 0000000..9641d9f Binary files /dev/null and b/screenshots/editrecipe.png differ diff --git a/screenshots/ingridients.png b/screenshots/ingridients.png new file mode 100644 index 0000000..189adde Binary files /dev/null and b/screenshots/ingridients.png differ diff --git a/screenshots/orderedit.png b/screenshots/orderedit.png new file mode 100644 index 0000000..c9aa316 Binary files /dev/null and b/screenshots/orderedit.png differ diff --git a/screenshots/orders.png b/screenshots/orders.png new file mode 100644 index 0000000..d57c064 Binary files /dev/null and b/screenshots/orders.png differ diff --git a/screenshots/prices.png b/screenshots/prices.png new file mode 100644 index 0000000..80ed417 Binary files /dev/null and b/screenshots/prices.png differ diff --git a/screenshots/recipes.png b/screenshots/recipes.png new file mode 100644 index 0000000..d176cf8 Binary files /dev/null and b/screenshots/recipes.png differ