Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.64 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.64 KB

Turbo Repo for all the nextjs projects

Links to the Readme for the projects in this Monorepo:

Rick and Morty Frontend

  • Display the characters and their properties with pagination in the television show Rick and Morty Image for above

Click here for Detailed Info

Delimiter Viewer

  • Provides a form that can parse the delimited image URLs Image of above text
  • Provides a Gallery view of the Image URLs Image of above text
  • Can save the image to Firebase in path image/<domain-name>/<path-name>.jpg Image of above text
  • Can copy the Firebase URL to clipboard

Click here for Detailed Info

Learning in Monorepo using Turborepo

  • By using monorepo, I've harnessed the advantages of a modular structure to streamline development across various projects.
  • One standout example of this is the creation of the package/firebase-client module. By centralizing my Firebase-related code and configurations in this package, I've simplified the setup process for other projects within this monorepo.
  • In addition to the benefits of modularization, being a monorepo also offers another practical advantage. The .prettierrc configuration file, applied uniformly across all repositories within this monorepo, ensures consistent and well-formatted Tailwind CSS classes, simplifying maintenance and enhancing code readability.