File Converter App
file converter landing web application
README
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)
- Install "Live Server" extension in Visual Studio Code.
- Right-click on
index.htmland 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
