This repository contains the source code for the Mini Project completed during the RevoU Software Engineering Coding Camp (September 2025 Batch). It serves as a practical implementation of fundamental web development concepts, including HTML structure, CSS styling, and JavaScript interactivity.
The goal of this project was to build a responsive and interactive web page to demonstrate proficiency in frontend development. It features a clean design and functional elements powered by vanilla JavaScript.
- Responsive Design: Adapts to different screen sizes (Desktop, Tablet, Mobile) using CSS media queries.
- Interactive Elements: JavaScript validation or DOM manipulation to enhance user experience.
- Semantic HTML: Proper use of HTML5 tags for better structure and accessibility.
- Custom Styling: Styled entirely with custom CSS (no heavy frameworks).
- Structure: HTML5
- Styling: CSS3
- Logic: JavaScript
coding_camp_revou/
├── css/
│ └── style.css # Main stylesheet
├── js/
│ └── script.js # Application logic
├── index.html # Main HTML entry point
└── README.md # Project documentation
Since this is a static web project, you can run it directly in your browser without any complex installation.
Clone the Repository
git clone [https://github.com/felixyustian/coding_camp_revou.git](https://github.com/felixyustian/coding_camp_revou.git)Open the Project
Navigate to the project folder.
Double-click on index.html to open it in your default web browser.
Institution: RevoU
Program: Software Engineering Coding Camp - September 2025 Batch
Author: Felix Yustian Setiono
This project is created for educational purposes.