Open siri-chandana-macha opened 2 hours ago
👋 Thanks for opening this issue! We appreciate your contribution. Please make sure you’ve provided all the necessary details and screenshots, and don't forget to follow our Guidelines and Code of Conduct. Happy coding! 🚀
👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our FinVeda team will review it shortly. Stay tuned!
Documentation Page
I want to add a new section for Project Structue ans a hyperlink click here which will navigate to map of project structure
Description of Changes
Adding a clear structure map in the documentation to guide contributors on where specific files and folders are located and what they contain.
Reason for Update
This helps new contributors quickly understand the project layout and find files easily.
Screenshots/Logs
For example:
Project Root ├── src/ # Core application files │ ├── components/ # Reusable UI components │ ├── services/ # API calls and business logic │ ├── utils/ # Utility functions │ └── index.js # Main entry file ├── assets/ # Images, icons, and other static assets ├── config/ # Configuration files (e.g., env variables) └── README.md # Project overview and instructions
Additional Information