https://github.com/codewithdhruba01/filewizard
file converter landing web application
https://github.com/codewithdhruba01/filewizard
Last synced: 10 months ago
JSON representation
file converter landing web application
- Host: GitHub
- URL: https://github.com/codewithdhruba01/filewizard
- Owner: codewithdhruba01
- License: mit
- Created: 2025-06-25T18:33:35.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-26T09:56:03.000Z (12 months ago)
- Last Synced: 2025-07-28T23:55:50.153Z (11 months ago)
- Language: JavaScript
- Homepage: https://filewizard.netlify.app/
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)
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