Anushkabh / krishiconnect

https://krishiconnect-mu.vercel.app/
MIT License
65 stars 152 forks source link

[FIXED] Organized Directory Structure #636

Closed himanshu-03 closed 1 week ago

himanshu-03 commented 1 week ago

Summary

This PR reorganizes the directory structure of the repository to improve maintainability and readability. All CSS, JS, and image files have been moved into the assets directory, and all HTML files have been relocated to the src directory.

Changes Made

  1. CSS Files:

    • Moved all CSS files to assets/css/.
  2. JavaScript Files:

    • Moved all JavaScript files to assets/js/.
  3. Image Files:

    • Moved all image files to assets/img/.
  4. HTML Files:

    • Moved all HTML files to src/.

Benefits

Verification