Skip to content

Branch1 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 500.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class="page vertical-align text-center">
<div class="page-content vertical-align-middle">
<header>
<h1 class="animation-slide-top">500</h1>
<h1 class="animation-slide-top">505</h1>
<p>Internal Server Error !</p>
</header>
<p class="error-advise">Whoopps, something went wrong.</p>
Expand Down
42 changes: 13 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,23 @@
# About Bootstrap Simple Admin Template
*Bootstrap Simple Admin Template is a simple admin template packed with more UI components than any other admin themes, its exceptional user interface is perfectly crafted and advanced layout features are optimized to suite every modern web application project and highly responsive to serve from a Mobile first to Desktop screen.*
# Recipe App

![Bootstrap Simple Admin Template - Dashboard](https://i.postimg.cc/xjG9yLNw/bootstrap-simple-admin-template.png)
Welcome to the Recipe App! This README file serves as a guide to help you get started with using our application.

### What's New?
- Upgrade Bootstrap to version 5.3
- Updated third-party plugins to recent versions
## Overview:

View live demo!
[view demo](https://pro-dev-ph.github.io/bootstrap-simple-admin-template/)
The Recipe App is a user-friendly desktop application designed for use on Windows, aimed to assist you in discovering, organizing, and sharing your favorite recipes. This application is built using Java for the frontend (GUI) and backend. SQL is also being utilized for the database management.

### Layout features
- Header topbar navigation
- Sidebar navigation
- Main Body
## Key Features:

### 20+ Pre-built pages
- Auth login page
- Auth signup page
- Auth recover password page
- Dashboard page
- Charts page
- 404 Error page
- 500 Error page
- Users page
- User roles and permission page
- Settings page and more to come…
1. Recipe Discovery: Explore a vast collection of recipes across various cuisines, meal types, and dietary preferences. Find inspiration for your next meal with our curated selection of dishes.

2. Recipe Recommendation: OpenAI is utilized to recommend recipes based on the user's interests.

Bootstrap Simple Admin Template is a simple admin panel and dashboard template based on HTML5, designed for backend application, web & mobile application, SaaS application, website backend, and e-commerce admin portal. With 5+ years working on Web applications we are confident to give you the best admin template for your web application with optimized UI/UX on mobile and on the search engine.
3. Recipe Management: Save your favorite recipes to your personal collection for quick and easy access. Organize recipes into categories, such as breakfast, lunch, dinner, desserts, and more, to stay organized and efficient in the kitchen.

4. Customization: Modify recipes to suit your taste preferences or dietary restrictions. Easily adjust ingredients, portions, and cooking methods to create personalized versions of your favorite dishes.

## License

Bootstrap Simple Admin Template is open-source software licensed under the [Apache license 2.0](http://www.apache.org/licenses/LICENSE-2.0).

Copyright (c) 2019-present, Pro Dev Ph
5. Shopping List: Generate a shopping list based on the ingredients required for your selected recipes. Streamline your grocery shopping experience by having all the necessary items conveniently listed in one place.

6. Cooking Instructions: Access clear and concise cooking instructions for each recipe to guide you through the cooking process with confidence.

## Getting Started:
481 changes: 0 additions & 481 deletions dashboard.html

This file was deleted.

66 changes: 3 additions & 63 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,73 +28,13 @@
</div>
<ul class="list-unstyled components text-secondary">
<li>
<a href="dashboard.html"><i class="fas fa-home"></i> Dashboard</a>
<a href="index.html"><i class="fas fa-home"></i> Dashboard</a>
</li>
<li>
<a href="forms.html"><i class="fas fa-file-alt"></i> Forms</a>
<a href="tables.html"><i class="fas fa-table"></i>Cookbook</a>
</li>
<li>
<a href="tables.html"><i class="fas fa-table"></i> Tables</a>
</li>
<li>
<a href="charts.html"><i class="fas fa-chart-bar"></i> Charts</a>
</li>
<li>
<a href="icons.html"><i class="fas fa-icons"></i> Icons</a>
</li>
<li>
<a href="#uielementsmenu" data-bs-toggle="collapse" aria-expanded="false" class="dropdown-toggle no-caret-down"><i class="fas fa-layer-group"></i> UI Elements</a>
<ul class="collapse list-unstyled" id="uielementsmenu">
<li>
<a href="ui-buttons.html"><i class="fas fa-angle-right"></i> Buttons</a>
</li>
<li>
<a href="ui-badges.html"><i class="fas fa-angle-right"></i> Badges</a>
</li>
<li>
<a href="ui-cards.html"><i class="fas fa-angle-right"></i> Cards</a>
</li>
<li>
<a href="ui-alerts.html"><i class="fas fa-angle-right"></i> Alerts</a>
</li>
<li>
<a href="ui-tabs.html"><i class="fas fa-angle-right"></i> Tabs</a>
</li>
<li>
<a href="ui-date-time-picker.html"><i class="fas fa-angle-right"></i> Date & Time Picker</a>
</li>
</ul>
</li>
<li>
<a href="#authmenu" data-bs-toggle="collapse" aria-expanded="false" class="dropdown-toggle no-caret-down"><i class="fas fa-user-shield"></i> Authentication</a>
<ul class="collapse list-unstyled" id="authmenu">
<li>
<a href="login.html"><i class="fas fa-lock"></i> Login</a>
</li>
<li>
<a href="signup.html"><i class="fas fa-user-plus"></i> Signup</a>
</li>
<li>
<a href="forgot-password.html"><i class="fas fa-user-lock"></i> Forgot password</a>
</li>
</ul>
</li>
<li>
<a href="#pagesmenu" data-bs-toggle="collapse" aria-expanded="false" class="dropdown-toggle no-caret-down"><i class="fas fa-copy"></i> Pages</a>
<ul class="collapse list-unstyled" id="pagesmenu">
<li>
<a href="blank.html"><i class="fas fa-file"></i> Blank page</a>
</li>
<li>
<a href="404.html"><i class="fas fa-info-circle"></i> 404 Error page</a>
</li>
<li>
<a href="500.html"><i class="fas fa-info-circle"></i> 500 Error page</a>
</li>
</ul>
</li>
<li>
<a href="users.html"><i class="fas fa-user-friends"></i>Users</a>
<a href="users.html"><i class="fas fa-user-friends"></i>Pantry</a>
</li>
<li>
<a href="settings.html"><i class="fas fa-cog"></i>Settings</a>
Expand Down
121 changes: 64 additions & 57 deletions login.html
Original file line number Diff line number Diff line change
@@ -1,57 +1,64 @@
<!doctype html>
<!--
* Bootstrap Simple Admin Template
* Version: 2.1
* Author: Alexis Luna
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
-->
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Login | Bootstrap Simple Admin Template</title>
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/auth.css" rel="stylesheet">
</head>

<body>
<div class="wrapper">
<div class="auth-content">
<div class="card">
<div class="card-body text-center">
<div class="mb-4">
<img class="brand" src="assets/img/bootstraper-logo.png" alt="bootstraper logo">
</div>
<h6 class="mb-4 text-muted">Login to your account</h6>
<form action="" method="">
<div class="mb-3 text-start">
<label for="email" class="form-label">Email adress</label>
<input type="email" class="form-control" placeholder="Enter Email" required>
</div>
<div class="mb-3 text-start">
<label for="password" class="form-label">Password</label>
<input type="password" class="form-control" placeholder="Password" required>
</div>
<div class="mb-3 text-start">
<div class="form-check">
<input class="form-check-input" name="remember" type="checkbox" value="" id="check1">
<label class="form-check-label" for="check1">
Remember me on this device
</label>
</div>
</div>
<button class="btn btn-primary shadow-2 mb-4">Login</button>
</form>
<p class="mb-2 text-muted">Forgot password? <a href="forgot-password.html">Reset</a></p>
<p class="mb-0 text-muted">Don't have account yet? <a href="signup.html">Signup</a></p>
</div>
</div>
</div>
</div>
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.min.js"></script>
</body>

</html>
<!doctype html>
<!--
* Bootstrap Simple Admin Template
* Version: 2.1
* Author: Alexis Luna
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
-->
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Login | Bootstrap Simple Admin Template</title>
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/auth.css" rel="stylesheet">
<style>
.brand {
width: 150px; /* Adjust the width as needed */
height: auto; /* Maintain aspect ratio */
}
</style>
</head>

<body>
<div class="wrapper">
<div class="auth-content">
<div class="card">
<div class="card-body text-center">
<div class="mb-4">
<img class="brand" src="assets/img/logo.png" alt="Logo">
</div>
<h6 class="mb-4 text-muted">Login to your account</h6>
<form action="" method="">
<div class="mb-3 text-start">
<label for="email" class="form-label">Email address</label>
<input type="email" class="form-control" placeholder="Enter Email" required>
</div>
<div class="mb-3 text-start">
<label for="password" class="form-label">Password</label>
<input type="password" class="form-control" placeholder="Password" required>
</div>
<div class="mb-3 text-start">
<div class="form-check">
<input class="form-check-input" name="remember" type="checkbox" value="" id="check1">
<label class="form-check-label" for="check1">
Remember me on this device
</label>
</div>
</div>
<button class="btn btn-primary shadow-2 mb-4">Login</button>
</form>
<p class="mb-2 text-muted">Forgot password? <a href="forgot-password.html">Reset</a></p>
<p class="mb-0 text-muted">Don't have an account yet? <a href="signup.html">Signup</a></p>
</div>
</div>
</div>
</div>
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.min.js"></script>
</body>

</html>

66 changes: 3 additions & 63 deletions settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,73 +28,13 @@
</div>
<ul class="list-unstyled components text-secondary">
<li>
<a href="dashboard.html"><i class="fas fa-home"></i>Dashboard</a>
<a href="index.html"><i class="fas fa-home"></i> Dashboard</a>
</li>
<li>
<a href="forms.html"><i class="fas fa-file-alt"></i>Forms</a>
<a href="tables.html"><i class="fas fa-table"></i>Cookbook</a>
</li>
<li>
<a href="tables.html"><i class="fas fa-table"></i>Tables</a>
</li>
<li>
<a href="charts.html"><i class="fas fa-chart-bar"></i>Charts</a>
</li>
<li>
<a href="icons.html"><i class="fas fa-icons"></i>Icons</a>
</li>
<li>
<a href="#uielementsmenu" data-bs-toggle="collapse" aria-expanded="false" class="dropdown-toggle no-caret-down"><i class="fas fa-layer-group"></i>UI Elements</a>
<ul class="collapse list-unstyled" id="uielementsmenu">
<li>
<a href="ui-buttons.html"><i class="fas fa-angle-right"></i>Buttons</a>
</li>
<li>
<a href="ui-badges.html"><i class="fas fa-angle-right"></i>Badges</a>
</li>
<li>
<a href="ui-cards.html"><i class="fas fa-angle-right"></i>Cards</a>
</li>
<li>
<a href="ui-alerts.html"><i class="fas fa-angle-right"></i>Alerts</a>
</li>
<li>
<a href="ui-tabs.html"><i class="fas fa-angle-right"></i>Tabs</a>
</li>
<li>
<a href="ui-date-time-picker.html"><i class="fas fa-angle-right"></i>Date & Time Picker</a>
</li>
</ul>
</li>
<li>
<a href="#authmenu" data-bs-toggle="collapse" aria-expanded="false" class="dropdown-toggle no-caret-down"><i class="fas fa-user-shield"></i>Authentication</a>
<ul class="collapse list-unstyled" id="authmenu">
<li>
<a href="login.html"><i class="fas fa-lock"></i>Login</a>
</li>
<li>
<a href="signup.html"><i class="fas fa-user-plus"></i>Signup</a>
</li>
<li>
<a href="forgot-password.html"><i class="fas fa-user-lock"></i>Forgot password</a>
</li>
</ul>
</li>
<li>
<a href="#pagesmenu" data-bs-toggle="collapse" aria-expanded="false" class="dropdown-toggle no-caret-down"><i class="fas fa-copy"></i>Pages</a>
<ul class="collapse list-unstyled" id="pagesmenu">
<li>
<a href="blank.html"><i class="fas fa-file"></i>Blank page</a>
</li>
<li>
<a href="404.html"><i class="fas fa-info-circle"></i>404 Error page</a>
</li>
<li>
<a href="500.html"><i class="fas fa-info-circle"></i>500 Error page</a>
</li>
</ul>
</li>
<li>
<a href="users.html"><i class="fas fa-user-friends"></i>Users</a>
<a href="users.html"><i class="fas fa-user-friends"></i>Pantry</a>
</li>
<li>
<a href="settings.html"><i class="fas fa-cog"></i>Settings</a>
Expand Down
Loading