React JS, SASS, hooks-for-redux

Solution retrospective
One issue I struggled with was when adding items to the list on the form, when more than two items were added, the second and third items would duplicate themselves when typing. To solve this, I set a limit so that only two items can be added to an invoice to get around the issue after being unable to resolve it.
I did discover that ids were being duplicated on the second and third items, which may be why, but after trying multiple methods, I was unsuccessful in resolving the issue.
If anyone can figure it out, it would be greatly appreciated. I utilized the ReactJS framework.
Given that this is a full stack, if a JSON server is not run when opening this website, you'll get the error notification so be sure to run a JSON server if you want to really see this in action. I setup the server on port 5000.
In my github respository, theres a file entitled "README-DEVELOPER-CHRIS-PASCHALL-NOTES.txt" which gives more info on my experience and what I utilized and what I learned.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mattstuddert
Hey Chris! Awesome to see that you've taken on the invoice app. It's a big project! To help others view your project, I'd recommend hosting this site somewhere like Heroku, where you can run a full-stack app.
Also, we provide a README-template.md which is a perfect place to write about what you learned and decisions you made. This means you can take what you wrote in the
.txt
file, put it in the template, and then delete the challenge setupREADME.md
to rename the template file. Once you do that, your project review README will show up on your repository by default 🙂
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord