{"id":24479060,"url":"https://github.com/code1616/csvexporterform","last_synced_at":"2025-03-14T16:49:54.402Z","repository":{"id":271161032,"uuid":"912559794","full_name":"Code1616/CSVExporterForm","owner":"Code1616","description":"Bilingual Form Manager is a simple web app for storing user data in LocalStorage, with CSV export functionality. It supports both Persian and English languages, and automatically switches between RTL and LTR layouts.","archived":false,"fork":false,"pushed_at":"2025-01-07T19:29:03.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T10:14:24.183Z","etag":null,"topics":["csv","csv-export","exel","hmtl-css-javascript","html5"],"latest_commit_sha":null,"homepage":"https://code1616.github.io/CSVExporterForm/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Code1616.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-05T22:49:21.000Z","updated_at":"2025-01-07T21:45:29.000Z","dependencies_parsed_at":"2025-01-06T00:27:42.744Z","dependency_job_id":"a93194ab-d2ab-483d-9742-55a1ad13e460","html_url":"https://github.com/Code1616/CSVExporterForm","commit_stats":null,"previous_names":["code1616/csvexporterform"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code1616%2FCSVExporterForm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code1616%2FCSVExporterForm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code1616%2FCSVExporterForm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code1616%2FCSVExporterForm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Code1616","download_url":"https://codeload.github.com/Code1616/CSVExporterForm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243615580,"owners_count":20319730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","csv-export","exel","hmtl-css-javascript","html5"],"created_at":"2025-01-21T10:14:26.023Z","updated_at":"2025-03-14T16:49:54.373Z","avatar_url":"https://github.com/Code1616.png","language":"JavaScript","readme":"# 🌐 Bilingual Form Manager  \r\nA sleek and bilingual (FA/EN) form application designed to store user data in LocalStorage, export data as CSV, and switch seamlessly between RTL and LTR layouts. Perfect for modern web projects!  \r\n\r\n---\r\n\r\n## 🚀 Features at a Glance  \r\n- **Bilingual Support**: Fully supports Persian and English languages.  \r\n- **Data Storage**: Saves data locally using your browser’s LocalStorage.  \r\n- **CSV Export**: Export user data as a properly encoded CSV file.  \r\n- **Responsive Design**: Automatically adjusts layout for RTL or LTR based on the selected language.  \r\n- **Cross-Browser Compatibility**: Works flawlessly on major browsers.  \r\n\r\n---\r\n\r\n## 📖 Table of Contents  \r\n1. [Usage](#usage)  \r\n2. [Screenshots](#screenshots)  \r\n3. [Project Structure](#project-structure)  \r\n4. [Features in Detail](#features-in-detail)  \r\n5. [Installation](#installation)  \r\n6. [Browser Support](#browser-support)  \r\n7. [License](#license)  \r\n\r\n---\r\n\r\n## 🎯 Usage  \r\n1. Select your preferred language (FA/EN) using the language switcher.  \r\n2. Fill in the required fields:  \r\n   - First Name  \r\n   - Last Name  \r\n   - Mobile Number  \r\n3. Save your data by clicking **\"Save Data\"**.  \r\n4. Use **\"Download CSV\"** to export all saved records.  \r\n5. To reset everything, click **\"Clear Saved Data\"**.  \r\n\r\n---\r\n\r\n## 🖼️ Screenshots  \r\n### Persian Form  \r\n![Persian Form](https://github.com/Code1616/CSVExporterForm/blob/main/screenshots/persian-form.png)  \r\n\r\n### English Form  \r\n![English Form](https://github.com/Code1616/CSVExporterForm/blob/main/screenshots/english-form.png)  \r\n\r\n---\r\n\r\n## 🗂️ Project Structure  \r\n- **index.html**: Main HTML structure and layout  \r\n- **style.css**: Styling and theme definitions  \r\n- **script.js**: Handles all application logic  \r\n\r\n---\r\n\r\n## 🔍 Features in Detail  \r\n\r\n### Data Storage  \r\n- Uses browser's LocalStorage for persistent storage.  \r\n- Stores data in a clean and accessible JSON format.  \r\n- Ensures all inputs meet validation constraints before saving.  \r\n\r\n### CSV Export  \r\n- Exports saved records in UTF-8 encoded CSV format.  \r\n- Includes headers in both Persian and English.  \r\n- BOM (Byte Order Mark) ensures proper encoding in all spreadsheet software.  \r\n\r\n### Language Support  \r\n- Effortless switching between Persian and English.  \r\n- Adapts layout dynamically to RTL or LTR direction.  \r\n- Remembers your language preference for the session.  \r\n\r\n---\r\n\r\n## 💻 Installation  \r\nFollow these simple steps to run the project locally:  \r\n\r\n1. Clone the repository:  \r\n   ```bash  \r\n   git clone https://github.com/Code1616/CSVExporterForm.git\r\n   ```  \r\n2. Open the `index.html` file in your browser.  \r\n\r\n---\r\n\r\n## 🌍 Browser Support  \r\n| Browser  | Supported Version |  \r\n|----------|-------------------|  \r\n| Chrome   | Latest            |  \r\n| Firefox  | Latest            |  \r\n| Safari   | Latest            |  \r\n| Edge     | Latest            |  \r\n\r\n---\r\n\r\n## 📜 License  \r\nThis project is licensed under the **MIT License**. Feel free to use it for both personal and commercial purposes.  \r\n\r\n---\r\n\r\n### 💡 Pro Tip  \r\nWant to see it live? Host it on [GitHub Pages](https://code1616.github.io/CSVExporterForm/) and share the link! 🚀  \r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode1616%2Fcsvexporterform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode1616%2Fcsvexporterform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode1616%2Fcsvexporterform/lists"}