Fork the repository at https://github.com/vuecourse/bill-tracker, add your code and submit a PR.

Here are the challenges I propose for the Bill Tracker app:

  1. Implement routing. Any time the view changes, the URL should change as well
  2. Have a way to get back to the main panel when you open a modal (add bill or add category). Now there is no way to go back, you need to fill the form.
  3. Implement state management using Vuex

Go to the next challenge