Skip to content

excel-asaph/QwikAid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QwikAid®

QwikAid is an application that provides quick access to essential services and information during emergencies. It leverages geolocation to offer location-specific services, along with translation capabilities for a user-friendly experience.

Table of Contents

Features Installation Usage Folder Structure Contributing License

Features

Geolocation Services: QwikAid utilizes geolocation to determine the user's location and provide relevant services and information specific to that area.

Translation: The application supports multilingual functionality, allowing users to select their preferred language for a personalized experience.

Emergency Services: QwikAid includes quick access buttons for various emergency services such as health, safety, GBV (Gender-Based Violence), and natural disasters.

Service Tabs: The application is organized into tabs, making it easy for users to navigate and access the specific services they need.

Installation

  1. Clone the Repository:

    git clone https://github.com/olugbeminiyi2000/QwikAid.git
    cd QwikAid
  2. Set Up Frontend: Open index.html in your preferred web browser.

  3. Set Up Backend: QwikAid utilizes client-side code for geolocation and translation services. Backend integration is not required.

Usage

  1. Share Location: Click on the "Share Location" button to allow the application to access your geolocation.

  2. Explore Services: Navigate through different tabs to explore emergency services related to health, safety, GBV, and natural disasters.

  3. Translate: Use the translation feature to view information in your preferred language.

  4. Service Buttons: Click on service buttons to access specific information or resources related to the selected emergency service.

Folder Structure

css: Contains styling files. js: Contains JavaScript files, including logic for geolocation, translation, and service listeners. images: Holds images used in the application.

Contributing

Contributions are welcome! If you'd like to contribute to QwikAid, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/your-feature-name.
  5. Create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.2%
  • HTML 31.6%
  • CSS 18.2%