Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-A-A authored Feb 19, 2024
1 parent 5c34ede commit f4e16fd
Showing 1 changed file with 42 additions and 9 deletions.
51 changes: 42 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,49 @@
# stepn
# Stepn: Your Car Assistance App

Mobile app.
Stepn is a mobile application designed to provide convenient and reliable assistance services for car owners. Whether you're stuck with a flat tire, need help renewing your car license, or require any other car-related service, Stepn has got you covered. Our aim is to make car ownership hassle-free by bringing essential services right to your fingertips.

## Features

- **Location-Based Services:** Stepn utilizes your device's GPS to provide location-specific assistance. No matter where you are, help is just a tap away.

- **Easy Service Access:** With a simple and intuitive user interface, accessing the services you need is quick and effortless.

- **Automatic Light/Dark Mode:** Stepn's UI seamlessly adapts to your system's theme. If your device is set to light mode, Stepn will display a light-themed interface. Conversely, if your device is set to dark mode, Stepn will switch to a dark-themed interface, ensuring optimal visibility and comfort for all users.

- **Multiple Service Options:** Stepn offers a range of services tailored to meet the diverse needs of car owners, including:
- Flat tire assistance
- Car maintenance and repair
- Car license renewal
- And more!

## Getting Started

This project is a starting point for a Flutter application.
To get started with Stepn, follow these steps:

1. **Clone the Repository:** Clone this repository to your local machine using the following command:
```
git clone https://github.com/your-username/stepn.git
```

2. **Install Dependencies:** Navigate to the project directory and install the necessary dependencies by running:
```
flutter pub get
```

3. **Run the App:** Launch the Stepn app on an emulator or a physical device using Flutter's run command:
```
flutter run
```

4. **Explore the App:** Once the app is running, explore its features and functionalities. Don't forget to enable location permissions to access location-based services.

A few resources to get you started if this is your first Flutter project:
## Screenshots
<img src="https://github.com/Andrew-A-A/Stepn/assets/85433014/531b5b29-4958-44f3-ba93-59097dbb0748" width="220"/>
<img src="https://github.com/Andrew-A-A/Stepn/assets/85433014/02a20334-beeb-4f10-a4c3-8361ea004884" width="220"/>
<img src="https://github.com/Andrew-A-A/Stepn/assets/85433014/33d79b32-121f-49eb-9344-8742188269f4" width="220"/>
<img src="https://github.com/Andrew-A-A/Stepn/assets/85433014/defed13b-a5d0-4b25-a1c3-f1ff56e44499" width="220"/>
<img src="https://github.com/Andrew-A-A/Stepn/assets/85433014/b0e6d92f-b711-47e4-ac00-fb07b730f627" width="220"/>
<img src="https://github.com/Andrew-A-A/Stepn/assets/85433014/39658712-1e4a-4d92-8d23-111adfebba94" width="220"/>
<img src="https://github.com/Andrew-A-A/Stepn/assets/85433014/82a17e54-c254-4366-9868-c78d54fa29cc" width="220"/>

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

0 comments on commit f4e16fd

Please sign in to comment.