Next.js Folder Structure
The following is the folder structure for my project:
/src/app: Contains all the routes, components, and logic for the application
/src/components: Contains feature components used in the application
/src/components/ui: Contains all the UI components for the application, such as cards, tables, and forms
/public: Contains all the static assets for the application, such as images