An iOS and Android app for Artisans listing.
- General info
- Screenshots
- Figma Designs
- Technologies
- Setup
- Features
- Status
- Inspiration
- Contact
- License
- Contributing
This is an app that list jobs and Artisans.
Job Categories | Artisans Profile |
---|---|
Job Categories | Artisans Profile |
---|---|
- Dart
- Flutter
- Icons8
To run this app, you will need to follow these 3 steps:
-
a Laptop
-
Xcode or Android Studio
-
Git installed on your Laptop.
# 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
- Job Categories Screen
- Artisans Profile Screen
Project is: done
This project is based on the goal of imporving my Dart and Flutter skills.
Created by Williano - feel free to contact me!
You can check out the full license here
This project is licensed under the terms of the MIT license.
- Fork it (https://github.com/Williano/Job-Listing.git)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request