My Calendar App is a full-stack application designed to help users manage their schedules, expenses, todos, and notes all in one place. The app provides a seamless and intuitive user interface for efficient day-to-day management and includes robust backend support for secure data handling and user authentication.
There have been too many imports in The APP.JSX from the same directory making the code larger and is not a good practice.
To Reproduce
Steps to reproduce the behavior:
Go to APP.JSX in src directory
Expected behavior
There Should be an index.js file from where all the components in a directory could have been imported for better readability and improved code Quality
There have been too many imports in The APP.JSX from the same directory making the code larger and is not a good practice.
To Reproduce Steps to reproduce the behavior:
Expected behavior There Should be an index.js file from where all the components in a directory could have been imported for better readability and improved code Quality
Screenshots before
Homepage.jsx
check list