Personal solution to the Testimonial Page challenge from devChallenges: Testimonial Page | devChallenges.io | Real-life Coding Projects to become a Software Engineer
NOTE: I didn't break down the page into multiple components in order to save time.
Requirements:
.tool-versions
)Useful commands:
# Install dependencies
pnpm install
# Start development server
pnpm run dev
# Lint
pnpm run lint
# Build
pnpm run build
# Preview last build
pnpm run preview