https://github.com/handokoadjip/project-task-jwd-150221
This project is a collection of BPPTIK tasks for the Junior Web Developer training batch 2 on March 2021
https://github.com/handokoadjip/project-task-jwd-150221
adminlte3 bootstrap4 css html js php
Last synced: 3 months ago
JSON representation
This project is a collection of BPPTIK tasks for the Junior Web Developer training batch 2 on March 2021
- Host: GitHub
- URL: https://github.com/handokoadjip/project-task-jwd-150221
- Owner: handokoadjip
- Created: 2021-03-11T09:46:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-07T09:55:16.000Z (over 4 years ago)
- Last Synced: 2025-01-07T01:49:14.479Z (over 1 year ago)
- Topics: adminlte3, bootstrap4, css, html, js, php
- Language: PHP
- Homepage:
- Size: 17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# JWD Task Batch 2
[](https://github.com/handokoadjipangestu/project-task-jwd-150221)
[](https://github.com/handokoadjipangestu/project-task-jwd-150221)
[](https://github.com/handokoadjipangestu/project-task-jwd-150221/fork)
[](https://opensource.org/licenses/MIT)
This project is intended to fulfill the task of JWD BPPTIK batch 2 in March 2021.
1 repository consisting of 3 task folders including:
- Tugas1_HandokoAdjiPangestu-instalation
- Tugas2_HandokoAdjiPangestu-logic
- Tugas3_HandokoAdjiPangestu-airport
This project was made using native PHP and for appearance it uses a [Bootstrap 4.\*](https://getbootstrap.com/docs/4.0/getting-started/introduction/) framework with [AdminLTE](https://adminlte.io/) template.
For those who want to contribute, just fork or download as usual!
## Requirements
- PHP >= 5.3.7
- Of course with the internet
## Installation
Just fork or download it from this repository then copy it to htdocs directory.
## Usage example
### Tugas1_HandokoAdjiPangestu-instalation
Only contains a pdf on how to install and download the tools needed for junior web developers.
### Tugas2_HandokoAdjiPangestu-logic
#### 1. Percabangan.php

#### 2. Perulangan.php

#### 3. Fungsi, Array, Form.php

### Tugas3_HandokoAdjiPangestu-airport

_For more examples and usage, please contact [Handoko Adji Pangestu](https://www.instagram.com/handokodp/)._
## Development setup
In the `Tugas3_HandokoAdjiPangestu-airport` directory change `Flight model` section, in the method store replace the header with your baseUrl.
```sh
header('Location: http://localhost/project-learn/bpptik/project-task-jwd-150221-airport/index.php?pref=flight&page=index');
```
to :
```sh
header('Location: {baseUrl}/index.php?pref=flight&page=index'');
```
## Release History
- 0.0.1
- Work in progress
## Meta
Handoko Adji Pangestu – [@handokoadp](https://www.instagram.com/handokoadp/) – handokoadjipangestu@gmail.com
Distributed under the MIT license. See `LICENSE` for more information.
[https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request