New Goals

It's not the most elegant of wire-frames, but I tried to map out the flow between pages within the app, and to give each page a unique url that reflected where I was in that flow. 

Armed with my wire-frame, I am going to start with what is the most important part of my app – the form taking in user input and creating a new card.  

Creating the form is simple, but I've always either saved all of my data in state within an App file, or had JSON files set up for me.  Therefore, it seems that some quality time with JSON is required.

Mini-goals: 
  1. Create User Input Form
  2. Research Json 
  3. Create a repository on GitHub


Comments