Skip to content
New issue

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

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

Already on GitHub? # to your account

Reduced repetitive codes to a components #208

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

saurav-n
Copy link

@saurav-n saurav-n commented Feb 13, 2025

This PR makes the project more professional and scalable by yielding repetitive codes into a single components.For example The site titlel EduAid that styled uniquely with some gradient color was used in multiple files by repeating the same code ..i made a SiteTitle component and made it a single component.Similarly the buttons used for navigation like 'Lets get Started' Btn in the home page had the same problem

Changes

  1. Created components folder
  2. Created /components/SiteTitle.jsx and /components/NavBtn.jsx

Testing
Tested in development environment and verified the functionality of the app is intact

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

Successfully merging this pull request may close these issues.

1 participant