Skip to main content

Directory Structure

Pages

This dir contains all the routes pages of the website (e.g.- homepage, loginpage).

Components

This dir contains features/reusable components used in pages.

Context

Files that contain data and state for the components.

Utils

Utility and helper functions.

Services

Functions for interacting with API's.