Any feedback welcome :)
Built with- Semantic HTML5 markup
- SCSS
- Flexbox
- Mobile-first workflow
- React
- TypeScript
- Vite
- React Hook Form
- React Select
- Bootstrap
- React Hot Toast
- Node.js
- Express.js
- MongoDB
I would like to have some feedback here, if some can give it to me, it will be wonderful for me!
If you want to try the app without signup new user try mine and do your tests!
email: catana.ion17@yahoo.it
password: 1234
Any feedback welcome :)
Built withI just finished my solution if you want you can take a look at mine solution maybe it can help you in some way! Have a good day.
I just finished my solution if you want you can take a look at mine solution maybe it can help you in some way! Have a good day.
The project provided an excellent opportunity to leverage Next.js API routes not only for managing the endpoints required to perform CRUD operations but also for implementing the business logic that governs these operations. The database service utilized was Neon, which is powered by PostgreSQL. In addition to user authentication, I also chose to provide the option to create a new profile with a demo database, making it easier for interested parties to explore all the application's features. I am open to any suggestions and constructive feedback.
What challenges did you encounter, and how did you overcome them?This was the first project where I used Tailwind CSS for styling. At first, I found it a bit challenging, but I eventually adapted well to the framework. For the first time, I managed to move away from Stitches and Styled Components.
I just finished my solution if you want you can take a look at mine solution maybe it can help you in some way! Have a good day.
I'm proud of successfully integrating Firebase into my app. It enabled me to add user authentication and real-time database features, which I had never done before. This is the first project where I’ve built something dynamic like this, and seeing it work felt like a big accomplishment.
Next time, I’d focus more on getting the structure right from the beginning instead of rushing through certain parts. I ran into some bigger issues down the line (such as hydration errors) that would’ve been much easier to solve if I had taken the time to lay the groundwork properly at the start. It would’ve saved me a lot of trouble and kept the project moving more smoothly.
What challenges did you encounter, and how did you overcome them?Firebase Issues: One of the toughest challenges I faced was figuring out how to effectively pass data between components. Retrieving data from Firebase was already tricky, but the real challenge came when I needed to pass that data through multiple components—especially when they were related but not directly connected. It took a lot of trial and error, digging through documentation, and making good use of developer tools like Copilot, but eventually, I figured out how to get everything working smoothly.
Hydration Issues: Hydration errors were another major challenge. These occur when the HTML rendered on the server doesn’t match what the client-side JavaScript expects, often causing the app to crash. It’s a common issue with web frameworks, as I’ve now learned the hard way.
I noticed the app ran more smoothly in incognito mode, which led me to realize that one of my browser extensions was causing part of the problem. Additionally, working with Chakra UI introduced its own set of issues—a configuration problem with the theme setup in the root file was also contributing to the crashes. Looking back, I wish I had tackled these problems earlier in development, as they became more difficult to resolve later on.
What specific areas of your project would you like help with?If you would like to test the application with pre-filled data, the user credentials are:
demo@finance.com
frontend
I’d like some feedback on the overall structure of the code in my project. Does it follow good architectural practices? Are there areas where I could improve? Any suggestions to make it cleaner and easier to work with in the long run would be greatly appreciated.
I’d also love some feedback on how I’ve used Remix. Early on, I didn’t take the time to fully understand all its features, like using loaders for server-side rendering and boosting app performance. My app works fine without them, but I’m wondering if adding them would have made a noticeable difference in terms of efficiency or scalability. Do you think incorporating them would have been worth the effort?
I just finished my solution if you want you can take a look at mine solution maybe it can help you in some way! Have a good day.
I just finished my solution if you want you can take a look at mine solution maybe it can help you in some way! Have a good day.
all my works.
What challenges did you encounter, and how did you overcome them?nothing for now
What specific areas of your project would you like help with?responsiveness
Hey Akrem Muktar great job of solution, try to add this in style.css to body body { min-height: 100vh; } it will center Y the main