First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To run the unit tests, run the following command:
npm run test
# or
yarn test
# or
pnpm test
# or
bun test
This project uses the following environment variables:
- Description: The default language of the application.
- Type: string
- Description: The URL of the API that provides countries data.
- Type: string
- Description: This application does not include a component library or global styles written in Tailwind CSS.
- Description: This application does not include UI testing with Storybook.
- Description: This application does not include integration tests.
- Description: While the UI is functional, it is not designed to be aesthetically pleasing or visually appealing. This is out of scope for this project.