Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)