Ticket Generator using ReactJS

Solution retrospective
As it was one of my first main projects using react i was happy with how i was able to manage the useState hook and allowing different components to access the form data.
What challenges did you encounter, and how did you overcome them?Creating the drag drop and file input section for the form and then passing that image into the ticket generation component was defiantly the hardest challenges but with the help of different resources online i was able to do it.
The last issue i ran into was actually when deploying it to Netlify. Locally, the background image worked fine, but for some reason the background image wouldn't load on Netlify, even though all other images that were on the page loaded fine and they were all in the same folder. I think it had to do with how the background image was imported in my index.css , where as the pattern images were imported through JavaScript the top of my App.jsx. To fix this I moved the background images to the public folder and changed their paths in index.css.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on conormcfarlane's solution.
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