See my last SPA. what is missing there?

I have just finished my latest hobby project. www.spendingojs.com
I have not had anyone testing around except for myself.
Please try to break it or if you have any suggestions, that would be highly appreciated.
Thanks, stay safe

At the moment the project is on a private repo. If anyone is interested on ā€˜how is doneā€™ bits of code for this app, I am happy to share the repo or make it public.

Iā€™ll flip the position of the cancel and submit buttons.
Iā€™d want the message in redto disappear after some seconds or when i navigate away.

Really appreciate your feedback. Have you found it useful in terms of functionality?

Iā€™ve just started using it, so far Iā€™ve seen:

I love that when I click in the budget form fields that the placeholder jumps up to be the legend. It is out of the way, but still visible. I have no worry about whether I need to delete the placeholder or if Iā€™ll be able to type over it.

I tried to type 3,000 into the budget available field, but it didnā€™t know what to do with my comma (Iā€™m from the US)

I donā€™t know what ā€˜ojsā€™ means, so it makes me curious.

Iā€™ll keep using it and see what else I see.

When I use tab to move through the new budget category form, I expect it to select the ā€œAddā€ button, but it goes back up to the Title field.

When I added a second payment in one of my budget categories, the page didnā€™t scroll up so that I could see it. I ended up clicking the ā€˜+ā€™ button twice, then wasnā€™t able to delete one of the payments.

1 Like

I havenā€™t tried to make such a difficult project yet. Iā€™m still learning javascript. I like the look of your project. It makes me realize how many little details there are in making something like that functional. I think you are doing a great job. I do tend to use my keyboard for filling out forms using the tab key, so making the tab key go to the next field, then submitting on my final ā€˜Return/Enterā€™ when Iā€™ve finished typing would be great. Or at least tab to the submit button, etc.

Iā€™m looking forward to when I can accomplish this much in a project!

1 Like

Did you left all those console.log there on purpose?

You probably donā€™t want all those redux actions being printed in the console every time a user does something

1 Like

Thank you very much for your useful feedback. [terrifricker] I will do these fixes/improvements sometime over the weekend and deploy a new version.
[giovapanasiti] I always forget a c.log somewhere. No specific reason for the production build.

Hello again, I had a couple of hours free today and fixed what you guys suggested above.
Aside of that I have fixed random bugs and added other features.
Please let me know if you can break it or if you have other suggestions.
https://spendingojs.com/
Really appreciate it, and thank you.

I liked it, but I felt something was lacking. What time period am I budgeting against? Itā€™s fun to animate things, but not sure about the button movement. I would have rather have seen a color shade effect on hover rather than seeing the button move up/down. Thatā€™s my preference. Overall experience was good.

1 Like

Iā€™ve started using it and the basic functionality is good. I was expecting the dashboard to show me all the budgets that i have created.

  • I entered 4f, 0r as expenses and they were accepted as 0 Euroā€™s. I think this can be shown as an error.
    I havenā€™t looked at the code as yet but will do so.

Great effort and a very practical app. This will only get better. :beers:

1 Like

Hi, thanks for feedback. At the moment I am replicating the app for mobile, using React Native. I hope that in 2 weeks is going to be available in app store (for free). I will consider your suggestion for the app.

1 Like