Skip to content

An iOS and Android app for Jobs and Artisans listing.

License

Notifications You must be signed in to change notification settings

Williano/Job-Listing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Job Listing

An iOS and Android app for Artisans listing.

Table of contents

General info

This is an app that list jobs and Artisans.

Screenshots

iOS

Job Categories Artisans Profile
iphone_cat iphone_users

Android

Job Categories Artisans Profile
android_cat android_users

Figma Designs

Job Listing UI Design

Technologies

  • Dart
  • Flutter
  • Icons8

Setup

To run this app, you will need to follow these 3 steps:

1. Requirements
  • a Laptop

  • Xcode or Android Studio

  • Git installed on your Laptop.

2. Install Dart and Flutter
3. Set up and run the app from your command line:
# Clone this repository
$ git clone https://github.com/Williano/Job-Listing.git

# Go into the repository
$ cd Job-Listing

# Install all dependences 
$ flutter pub get

# Run App
$ flutter run

Features

  • Job Categories Screen
  • Artisans Profile Screen

Status

Project is: done

Inspiration

This project is based on the goal of imporving my Dart and Flutter skills.

Contact

Created by Williano - feel free to contact me!

License

You can check out the full license here

This project is licensed under the terms of the MIT license.

Contributing

  1. Fork it (https://github.com/Williano/Job-Listing.git)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request