This is a Next.js project bootstrapped with
create-next-app
. It incorporates a Frontend Mentor challenge, adhering to a specified front-end style guide.
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.
- Responsive design optimized for mobile and desktop.
- Accessible forms with validation using Yup and React Hook Form.
- Real-time feedback with Toastify notifications.
- Mobile: 375px
- Desktop: 1440px
- Marine Blue:
hsl(213, 96%, 18%)
- Purplish Blue:
hsl(243, 100%, 62%)
- Pastel Blue:
hsl(228, 100%, 84%)
- Light Blue:
hsl(206, 94%, 87%)
- Strawberry Red:
hsl(354, 84%, 57%)
- Cool Gray:
hsl(231, 11%, 63%)
- Light Gray:
hsl(229, 24%, 87%)
- Magnolia:
hsl(217, 100%, 97%)
- Alabaster:
hsl(231, 100%, 99%)
- White:
hsl(0, 0%, 100%)
- Body Copy: Font size (paragraph) - 16px
- Font Family: Ubuntu
- Font Weights: 400, 500, 700
This project is licensed under the MIT License. See the LICENSE file for details.