Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcossevilla/ui-challenges
Some UI Challenges I'm doing with a friend
https://github.com/marcossevilla/ui-challenges
Last synced: 4 months ago
JSON representation
Some UI Challenges I'm doing with a friend
- Host: GitHub
- URL: https://github.com/marcossevilla/ui-challenges
- Owner: marcossevilla
- Created: 2020-05-21T04:14:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T22:58:14.000Z (over 3 years ago)
- Last Synced: 2023-03-06T02:33:42.020Z (almost 2 years ago)
- Language: Dart
- Homepage:
- Size: 25.2 MB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UI Challenges
This project began with a competition between my rival from college (currently code partner), [Elian](http://github.com/elian-ortega), and me.
We wanted to see who did the best UI code in Flutter by implementing these challenges.
Our competition now has given some content for the community, so, enjoy!
> **Disclaimer**:
> We did this challenges with a deadline, so it's not the best code we wrote in our lives.
> Feel free to improve the code you see here.Also, you can check our [YouTube channel](https://www.youtube.com/channel/UCPz6bJ3DptMMXu7_hMb1oJQ) with Flutter videos for Spanish speakers.
## Getting Started
This project has every challenge in its own folder if you go to `lib/src`
Make sure you get all packages before running it with
```sh
flutter pub get
```## The Challenges
Before going through the code, you probably would want to see the UIs, so I'm leaving them to you for quick reference.
Fitness App | Banking App
------------ | -------------
![Home](/assets/fitness_app/screens/home.png) | ![Splash](/assets/banking_app/screens/splash.png)
![Journal](/assets/fitness_app/screens/journal.png) | ![Home](/assets/banking_app/screens/home.png)
![Meal](/assets/fitness_app/screens/meal.png) | ![Card](/assets/banking_app/screens/card.png)WhatsApp Redo | Charity App
------------ | -------------
![Home](/assets/whatsapp_redo/home.png) | ![Home](/assets/charity_app/screens/home.png)
![Chat](/assets/whatsapp_redo/chat.png) | ![Learn More](/assets/charity_app/screens/learn.png)
![Drawer](/assets/whatsapp_redo/drawer.png) | ![Drawer](/assets/charity_app/screens/drawer.png)Trip App |
------------ |
![Home](/assets/trip_app/screens/home.png) |
![Detail](/assets/trip_app/screens/detail.png) |Food Delivery App | Weather App
------------ | -------------
![Home](/assets/food_app/screens/home.png) | ![Weather](/assets/weather_app/screens/weather.png)
![Detail](/assets/food_app/screens/detail.png) | ![Weather1](/assets/weather_app/screens/weather1.png)