narayan954 / dummygram

DummyGram is a social media application where we have posts, stories, chat, friends, authentication, comment, delete, share and like feature. It uses ReactJs in the frontend for the UI and Firebase for the backend storing the users, posts, stories and comments.
https://narayan954.github.io/dummygram/
MIT License
78 stars 184 forks source link

[FEATURE] Make routes relative #1179

Closed Palakkgoyal closed 1 year ago

Palakkgoyal commented 1 year ago

Description

Currently, the routes are absolute paths. I want to make them relative such that they will have a simple route setup and also common layout would be shared easily. Currently, we have to add seperate CSS on every page to make it compatible with sidebar and navbar. I want to remove all those CSS and centralize it.

Screenshots

No response

Additional information

No response

Record

github-actions[bot] commented 1 year ago

Hello Palakkgoyal! Thank you for raising this issue! 😊 Your contribution is valuable to us! 😊

Please make sure to follow our Contributing Guidelines. 💪🏻

Our reviewers shall carefully assess the issue and reach out to you soon! 😇 We appreciate your patience!

narayan954 commented 1 year ago

Description

Currently, the routes are absolute paths. I want to make them relative such that they will have a simple route setup and also common layout would be shared easily. Currently, we have to add seperate CSS on every page to make it compatible with sidebar and navbar. I want to remove all those CSS and centralize it.

Screenshots

No response

Additional information

No response

Record

  • [x] I agree to follow this project's Code of Conduct
  • [x] I have checked the existing issues
  • [x] I'm a GSSoC'23 contributor
  • [x] I want to work on this issue

that'd be really awesome!!, you can go ahead!

narayan954 commented 1 year ago

This requires / corresponds to refactoring as well so I think this should be level 3