📂 components - Basic components for the application
📂 helpers - Helper functions such as data fetching with backend
📂 pages - Pages for the application
📂 public - Static assets
📂 store - Redux store
📂 styles - Styles for the application
🗃️ .env.development - Development environment variables
🗃️ .env.production - Production environment variables
Next.js Documentation - learn about Next.js features and API.
Tailwind CSS - A utility-first CSS framework for styled components.
Redux-toolkit - A set of tools for managing state in Redux.