Ideation session

The first session is an ideation session.

My first lesson is that tech is used to solve real world problem. From that, we list all the real world problems I had and narrow down to the most pain point problem I had.

After that, came the system design. One way of looking at the system is to think of how the following should be handled: 

  • Presentation
  • Input
  • Process
We narrow down the use case to mobile phone and decided to work on a react native app.

Deliverable:
  1.  Be able to run app on phone
  2. Able to hit public API endpoint
  3. Designing and Visualization of UI

Comments