Welcome to the frontend assessment project. This project is built using Next.js, TypeScript, Tailwind CSS, and Chart.js to create a responsive and dynamic user interface.
This project serves as a frontend assessment and demonstrates the following key functionalities:
create-next-app
to leverage the powerful features of Next.js.next/font
to automatically optimize and load the Inter font, a custom Google Font, enhancing the visual appeal and performance.The project is built with the following technologies:
To get started with the project, clone the repository and install the dependencies using your preferred package manager. Then, run the development server to see the project in action.
# Clone the repository
git clone https://github.com/your-username/repo-name.git
# Navigate to the project directory
cd repo-name
# Install dependencies
npm install
# or
yarn install
# or
pnpm install
# or
bun install
# Run the development server
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev