Link Sharing App w/ React.js, PHP/Laravel, PostgreSQL and Tailwind CSS

Solution retrospective
This project was a great opportunity to practice backend development with PHP/Laravel and to use Inertia.js to streamline data loading in the application. I ended up adding new features to the system, such as theme selection and support for custom links. I plan to add more functionality in the future (and I'm open to suggestions, if you have any!).
What specific areas of your project would you like help with?I'm grateful for any feedback or bug reports you might have! :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @NeoScripter
I like the app. Inertia.js is a good choice, I also use it now.
A few things that I noticed that could be improved:
- I suggest remove overflow auto on sign up form to remove scrollbars on right and bottom
- You forgot to remove console.log somewhere so that my console always outputs an object
- I would add max image size for validation (currently, I can upload an image of 8 mb without anything stopping me)
- I can't navigate to the save button in the bio using tab.
- If you have a preloader already, you can remove the scrollbar on top by giving it the false value in the app.blade.php file.
Other than that, good job!
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