{"id":25307499,"url":"https://github.com/kamrul2006/k-visa","last_synced_at":"2026-04-30T08:36:25.577Z","repository":{"id":275833394,"uuid":"914816835","full_name":"kamrul2006/K-Visa","owner":"kamrul2006","description":"K-VISA is a Visa Navigator Portal to simplify the process of checking visa requirements, applying for visas online, and tracking applications. This project includes a dynamic user interface, robust functionality, and seamless user experience also.","archived":false,"fork":false,"pushed_at":"2025-02-04T20:21:59.000Z","size":6036,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T06:48:19.919Z","etag":null,"topics":["firebase-auth","npm-package","react-router","reactjs"],"latest_commit_sha":null,"homepage":" https://k-visa-portal.web.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kamrul2006.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-10T11:15:04.000Z","updated_at":"2025-02-04T20:22:02.000Z","dependencies_parsed_at":"2025-02-04T20:43:54.216Z","dependency_job_id":null,"html_url":"https://github.com/kamrul2006/K-Visa","commit_stats":null,"previous_names":["kamrul2006/k-visa"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamrul2006%2FK-Visa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamrul2006%2FK-Visa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamrul2006%2FK-Visa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamrul2006%2FK-Visa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamrul2006","download_url":"https://codeload.github.com/kamrul2006/K-Visa/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608157,"owners_count":20965950,"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":["firebase-auth","npm-package","react-router","reactjs"],"created_at":"2025-02-13T11:35:15.007Z","updated_at":"2026-04-30T08:36:25.570Z","avatar_url":"https://github.com/kamrul2006.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# 🌍 K-VISA: Visa Navigator Portal  \n\n## 🚀 Overview  \n\n**K-VISA** is a comprehensive Visa Navigator Portal designed to simplify the process of checking visa requirements, applying for visas online, and tracking applications. It provides a **dynamic user interface**, **robust functionality**, and a **seamless user experience** to ensure smooth visa processing.\n\n🔗 **Live Demo:** [K-VISA Portal](https://k-visa-portal.web.app/)\n\n## 📌 Features  \n\n- 🌐 **Fully Responsive** – Works seamlessly on all devices.\n- 🎨 **Unique Design** – A visually appealing and user-friendly interface.\n- 📋 **Visa Availability** – Browse all available visas in K-VISA.\n- 🔍 **Check Visa Requirements** – Quickly check the eligibility criteria for different visas.\n- 📝 **Online Visa Applications** – Submit visa applications digitally.\n- 🔄 **Application Tracking** – Track the status of submitted visa applications.\n- ❌ **Cancel Applications** – Users can cancel their visa applications anytime.\n\n## 📂 Table of Contents  \n\n- [Installation](#installation)  \n- [Usage](#usage)  \n- [Environment Variables](#environment-variables)  \n- [Dependencies](#dependencies)  \n- [Development](#development)  \n- [License](#license)  \n\n-------------------------------\n\n## 🛠 Installation  \n\n1. **Clone the repository**  \n   ```sh\n   git clone https://github.com/your-repo/k-visa.git\n   cd k-visa\n   ```\n\n2. **Install dependencies**  \n   ```sh\n   npm install\n   ```\n\n3. **Set up the environment variables**  \n   Create a `.env` file in the root directory (see the next section for required variables).\n\n4. **Start the development server**  \n   ```sh\n   npm run dev\n   ```\n\n## 🔧 Environment Variables  \n\nCreate a `.env` file in the root directory with the following variables (replace with actual values):  \n\n```plaintext\nFIREBASE_API_KEY=your_firebase_api_key\nFIREBASE_AUTH_DOMAIN=your_firebase_auth_domain\nFIREBASE_PROJECT_ID=your_firebase_project_id\nFIREBASE_STORAGE_BUCKET=your_firebase_storage_bucket\nFIREBASE_MESSAGING_SENDER_ID=your_firebase_messaging_sender_id\nFIREBASE_APP_ID=your_firebase_app_id\n```\n\n⚠ **Note:** Never expose API keys or sensitive credentials in public repositories. Use `.gitignore` to exclude the `.env` file.\n\n## 📦 Dependencies  \n\nThis project uses the following libraries and frameworks:\n\n### Frontend  \n\n- **React** (^18.3.1)  \n- **React Router DOM** (^7.0.2)  \n- **Lottie React** (^2.4.0)  \n- **React Icons** (^5.4.0)  \n- **React Toastify** (^10.0.6)  \n- **SweetAlert2** (^11.14.5)  \n\n### Development Tools  \n\n- **Vite** (^6.0.1)  \n- **TailwindCSS** (^3.4.15)  \n- **DaisyUI** (^4.12.14)  \n- **ESLint** (^9.15.0)  \n\n## ▶ Usage  \n\n- **Start Development Server**  \n  ```sh\n  npm run dev\n  ```\n\n- **Build for Production**  \n  ```sh\n  npm run build\n  ```\n\n- **Lint the Code**  \n  ```sh\n  npm run lint\n  ```\n\n- **Preview the Production Build**  \n  ```sh\n  npm run preview\n  ```\n\n## 🛠 Development  \n\nTo contribute to this project:\n\n1. **Fork the repository**  \n2. **Create a new branch** (`git checkout -b feature-branch`)  \n3. **Make changes and commit** (`git commit -m \"Added new feature\"`)  \n4. **Push to the branch** (`git push origin feature-branch`)  \n5. **Open a Pull Request**  \n\n## 📜 License  \n\nThis project is licensed under the **MIT License**.  \n\n---\n\n✨ **Enjoy Building with K-VISA!** 🚀\n```\n\n---\n\nThis README provides a **clear structure**, includes **important details**, and follows best practices for open-source projects. Let me know if you need any changes! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamrul2006%2Fk-visa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamrul2006%2Fk-visa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamrul2006%2Fk-visa/lists"}