This project was generated with Angular CLI version 8.3.8. My final project for Introduction to Internet Technology course in my university. Programmed with Angular 8, this project is designed to make API calls and display them in the form of a web page.
- As this project is generated with Angular 8, as of the time I'm updating this (28/07/2020), I believe it has security vulnerabilities (from Angular itself) that I cannot be bothered to fix, as I have to update this to Angular 10. Please be sure and only use this for educational purposes and not in production!
- HTML, CSS, JavaScript, jQuery, JSON, and Angular.
- Usage of frameworks like Bootstrap in later weeks.
- Usage of coding concepts like Object Oriented Programming, and Functions.
- Coded in a Windows 64-bit environment.
- Coded in Indonesian - some with English.
- The API is from this website: https://umn-pti2019.herokuapp.com.
- Reseponsive Web Design
- Fully Interactive Design (Keyframes, Animations, etc.)
- Object Oriented Programming
- JSON
- Angular 8
All of the images was gathered at unsplash.com
and pexels.com
, both are free photo-sharing websites. All of the images there are free to use for commerical or educational usage.
If you have any ideas for a design or an algorithm regarding these websites, feel free to post a pull request.
Use npm i
to install the node modules for this website. Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
- Changed from laboratory assignments to final project assignment
- Updated the README.md
- Initial Release
- Updated the README.md.