Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TYPO Fixed] : Fixed typos in Footer.jsx while importing its components #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Hamza1821
Copy link

Title: Fixed Typos in Footer.jsx and Improved Backend Development Experience

Description:

This PR addresses a couple of issues to improve the overall project quality and development workflow.

Component Name Mismatch in Footer.jsx:

  • Fixed typos in the component names while importing them into Footer.jsx. The names in the imports were inconsistent with the actual component names, which could lead to potential issues. These have been corrected to ensure proper rendering and functionality.

Backend Development Enhancements:

  • Added nodemon to the project, which automatically restarts the backend server whenever file changes are detected, improving the developer experience.
  • Included a dev script in package.json to streamline running the backend in development mode. This script uses nodemon, making the development process smoother and more efficient.

Impact:

  • Ensures that the Footer.jsx imports the correct components, preventing potential bugs related to rendering.
  • Enhances backend development by reducing manual server restarts, saving time and improving productivity.

…d dev script for better backend dev experience
@Hamza1821
Copy link
Author

please accept my this Contribution under GSSOC-EXTD'24 and Hacktoberfest2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant