Hi guys,
I just finished another backend project of FCC - Nightlife Coordinate App. Hope to get some feedbacks from you guys to improve the app.
Thanks!
Pretty much followed the same principles as the voting app and tried to refine it, but the client side (react) logic was more complex , I am sure there are bound to be some bugs in it, but need to move on. It is also hard to test for multiple authenticated users while working locally alone, so I don’t know how the app would behave in that scenario.
Far easier then the last project. I used redux this time round, and really enjoyed the data flow between smart components and display components. I realized how terrible my design has been in the past, so I spent a lot more time on design for this project, forcing myself not to use any fancy react view libraries. I think it’s been worth it.
Hi. I am currently in progress on this project. I just viewed your app and found it impressive. Design and function beautifully brought together. Thank you for the great example.
Hello!,
Please checkout my Nightlife coordination app,
App: Nightlife Coordination App
Source: GitHub
I used Zomato API so please try searching for cities where zomato is available.
With the voting app complete, it was easier to understand what to do for the nightlife coordination app. Some of the mongodb operations were just a little bit more sophisticated in this app, but overall, I feel like it was easier doing this kind of thing a second time around.
While I have been using React-Redux in these projects, I still feel that I don’t have a strong grasp on how they are to be used when the projects get more complicated and bigger. Meaning: I don’t have confidence I would know what the organization should be for a larger project.