In this ticket following features are created.
- Creating the folder and file structure
- Creating separate routes for ‘neighborhood’ and ‘dashboard’. Here when a user logged in, redirected to Dashboard (‘/dashboard’). If not logged in, redirected to Neighborhood (‘/neighborhood’). However, I didn’t block ‘/neighborhood’ route for a logged in user. (That means by default, when the user is logged in, Dashboard (‘/dashboard’) will be the landing page. Also, he can call Neighborhood route (‘/neighborhood’) manually)
- Loading sections (eg: ProjectsSection, TicketsSection etc.) to the main UI.