-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update readme with project development information
- Loading branch information
1 parent
4a51961
commit 4befa23
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# bento_food_challange | ||
# Bento food challange App | ||
|
||
A new Flutter project. | ||
- The project consist into a prototype of a grocery shop app, only with navigation interaction and animations to trigger user attention to buttons and offers. | ||
|
||
## Getting Started | ||
- As part of the challange, the app has an interface and interactions based on the image provided below. | ||
|
||
This project is a starting point for a Flutter application. | ||
![alt text](image.png) | ||
|
||
A few resources to get you started if this is your first Flutter project: | ||
- As dependencies for the project i'm using `go_router` to manage routes, `flutter_animate` to create smooth animations and to have a collection of icons, i'm using `boxicons`so we can have similar icons as the proposed image of the app. | ||
- Since is not a fully function app and is not needed to have complex state management, i have decided to use what flutter has, that is the setState. | ||
- To recreate the navigation bar it was used the FlutterShapemaker app that generates the complex ui from an svg file. | ||
- The app Creatie was used to create a figma file like and extract the desired collor pattern. | ||
- To match the desired font as close as possible, it was used the `Inter` font from google fonts. | ||
- For mocked data, it was create a dart file where it has some classes and variables there are beign used to provide info for the fruits and vegetables. | ||
|
||
- [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. | ||
I would like to thank you for the opportunity you are giving me to take part in your selection process. I hope I can pass and join this wonderful team at bento. |