<aside>
💡
In this project, Travelo, features are organized in a modular structure to ensure maintainability and scalability. Each module represents distinct functionality, encapsulating components, services, hooks, and state management relevant to its purpose.
</aside>
.husky
- This folder contains hooks that automate tasks in Git, such as pre-commit checks.
.storybook
- This folder contains the configuration and settings for Storybook, a tool for developing UI components in isolation.
dist
- The output folder where the bundled production code is generated by Vite.
node_modules
- All the installed dependencies are stored in this folder, managed by npm or yarn.
public
- This folder contains static assets like HTML files, images, and other resources that are not processed by Vite.
Other Configuration Files: