/FileWizard

file converter landing web application

Primary LanguageJavaScriptMIT LicenseMIT

File Converter App

A simple and responsive static file converter landing application built using HTML, CSS, and JavaScript. This app offers multiple pages like Home, Contact Us, Privacy Policy, and Terms of Service.


🛠 Technologies Used

  • HTML5 – Structure
  • CSS3 – Styling
  • JavaScript – Dynamic behaviors
  • jQuery (via lib/)
  • Bootstrap (optional, via lib/)

📁 Project Structure

Convater App/
├── index.html                # Home Page
├── contact-us.html           # Contact Us Page
├── privacy-policy.html       # Privacy Policy Page
├── terms-of-service.html     # Terms and Conditions
│
├── css/                      # All stylesheet files
├── js/                       # JavaScript interactivity
├── lib/                      # 3rd-party libraries (e.g. jQuery, Bootstrap)
└── assets/                   # Images and media

🚀 Getting Started

No build or server is required. This is a static site. To run:

Option 1: Open directly

Just double-click index.html to open in your browser.

Option 2: Use Live Server (VS Code)

  1. Install "Live Server" extension in Visual Studio Code.
  2. Right-click on index.html and select "Open with Live Server".

🔗 Available Pages

Page File
Home index.html
Contact Us contact-us.html
Privacy Policy privacy-policy.html
Terms of Service terms-of-service.html

Author - Dhrubaraj Pati