https://github.com/raulmaulidhino-dev/travelagentku-landing-page
This mini landing page website is created by me with the purpose of fulfilling an assignment from the RevoU Fundamental Course 10-day mini course: Software Engineering (@revou-fundamental-course)
https://github.com/raulmaulidhino-dev/travelagentku-landing-page
assignment travel-agency-website travelling-website
Last synced: 2 months ago
JSON representation
This mini landing page website is created by me with the purpose of fulfilling an assignment from the RevoU Fundamental Course 10-day mini course: Software Engineering (@revou-fundamental-course)
- Host: GitHub
- URL: https://github.com/raulmaulidhino-dev/travelagentku-landing-page
- Owner: raulmaulidhino-dev
- License: mit
- Created: 2024-08-03T09:05:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T05:07:59.000Z (3 months ago)
- Last Synced: 2025-03-06T06:22:21.329Z (3 months ago)
- Topics: assignment, travel-agency-website, travelling-website
- Language: HTML
- Homepage: https://travelagentku-landing-page.vercel.app
- Size: 33.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TravelAgentku
A demo mini travelling website project, built with HTML, CSS, JavaScript and ScrollReveal (JavaScript Library for Scroll Animation).## Project Screenshot(s)


## Installation and Setup Instructions
Clone down this repository and run in your browser or you could see this project had been deployed into vercel in [travelagentku-landing-page.vercel.app](https://travelagentku-landing-page.vercel.app).## Reflection
This was a 1-week mini project built during my [RevoU Fundamental Course](https://github.com/revou-fundamental-course) 10-day (July 22nd - August 2nd, 2024) mini course: Software Engineering, built from July 25th until August 1st, 2024.
Project goals included using technologies learned up until this point and improving my skills in Front-End Development.One of the main challenges during the project development is Auto-Sliding Animation. This made me spend a few days to understand and implement the logic of Auto-Sliding Animation.
Due to project time constraints, I had to be focused more on implementing the layout and form logic to enhance the user interface (UI).At the end of the day, the technologies I implemented in this project are HTML, CSS, JavaScript and ScrollReveal. I choose the basic website development tools to follow the rules of the mini course assignment. In the future projects, I plan on exploring CSS and JavaScript frameworks and libraries to help me developing web projects efficiently. Recently, I've added scroll animations using ScrollReveal, a JavaScript library for easily animating elements in the website as they enter/leave the viewport.