This is a solution to the Huddle Landing Page with Curved Sections challenge from Frontend Mentor
- Semantic HTML5
- CSS
- SCSS
- JS
The full command line process is given below
npm create vite@latest -- --template vanilla app
cd app
npm install
npm add sass -D
npm install validator
npm run dev
Here's how the Validator library is used in this project.