Skip to content

Latest commit

 

History

History
75 lines (42 loc) · 1.4 KB

README.md

File metadata and controls

75 lines (42 loc) · 1.4 KB

image

image

arkit

Event Planning App

An open-source Flutter-based Event Planning App to simplify the process of organizing and managing various types of events.

Features

Tech Stack

Getting Started

Follow these steps to get the project up and running on your local machine:

  1. Clone the repository:

    git clone https://github.com/your-username/event-planning-app.git
  2. Navigate to the project directory:

    cd event-planning-app
  3. Install dependencies:

    flutter pub get
  4. Run the app:

    flutter run

Contributing

#IWOC2024

We welcome contributions from the community! To contribute to this project:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix:

    git checkout -b feature/new-feature
  3. Commit your changes and push to the branch:

    git commit -am 'Add new feature'
    git push origin feature/new-feature
  4. Create a pull request against the main branch.

  5. Our team will review your pull request, provide feedback, and merge it once it's ready.