<aside> 💡 In this project structure, features are organized as pages. Each page represents a distinct feature of the application and encapsulates its components, state management (store or context), custom hooks, and any relevant logic specific to that feature's functionality.

</aside>

📂 .storybook

This folder contains the configuration and settings for Storybook, a tool for developing UI components in isolation.

📂 public

The public folder contains static assets like HTML files, images, and other resources that are not processed by Vite.

📂 src

The src folder is the main source directory of the React application.

📃 index.html

The main HTML file that serves as the entry point of the React application.