Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 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
- Created: 2024-08-03T09:05:37.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T08:15:36.000Z (4 months ago)
- Last Synced: 2024-09-16T09:32:02.449Z (4 months ago)
- Topics: assignment, travel-agency-website, travelling-website
- Language: HTML
- Homepage: https://travelagentku-landing-page.vercel.app
- Size: 32.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
![TravelAgentku Website Project Preview - Home](screenshots/TravelAgentku-preview-home.png)
![TravelAgentku Website Project Preview - Our Package](screenshots/TravelAgentku-preview-our-package.png)
![TravelAgentku Website Project Preview - Call Us](screenshots/TravelAgentku-preview-call-us.png)## 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.