Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.05 KB

File metadata and controls

41 lines (29 loc) · 1.05 KB

HackJam 1 - react-native

Start

Install

Download and install expo xde

In a terminal, execute

yarn

Use

In a terminal, execute

yarn build

Launch Expo XDE and open the app.

TODO

  • Fix the errors.
  • Make sure trucks can be filtered using the top right button on the list.
  • Toggle the active property of a truck when you click on it
  • Fix the implementation of the counter widget to make it reusable.
  • Add two new widgets in the footer, one with the number of active trucks and one for the number of inactive trucks.

Form

  • Make sure the input field is visible and editable
  • The add button needs to create a new truck and add it to the list.
  • Add a button to go back from the form to the list screen.

Bonus

  • Implement a way to delete the trucks
  • Toggle the filters using the counter widgets
  • Change the color of the counter widgets according to the filters
  • In the form, add a toggle in the form to determine wheter a new trucks is active or not