https://github.com/code-beaker/huddle-page-curved-sections-code-beaker
A Frontend Mentor Project | Huddle Landing Page with Curved Sections
https://github.com/code-beaker/huddle-page-curved-sections-code-beaker
css frontendmentor-challenge html huddle-landing-page js responsive-website validator
Last synced: 4 months ago
JSON representation
A Frontend Mentor Project | Huddle Landing Page with Curved Sections
- Host: GitHub
- URL: https://github.com/code-beaker/huddle-page-curved-sections-code-beaker
- Owner: Code-Beaker
- Created: 2024-05-29T04:41:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-09T17:44:41.000Z (about 1 year ago)
- Last Synced: 2025-02-01T23:32:56.926Z (5 months ago)
- Topics: css, frontendmentor-challenge, html, huddle-landing-page, js, responsive-website, validator
- Language: SCSS
- Homepage: https://huddle-page-curved-sections-code-beaker.vercel.app
- Size: 967 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Huddle Landing Page with Curved Sections
This is a solution to the **Huddle Landing Page with Curved Sections** challenge from [Frontend Mentor](https://frontendmentor.io)
## Preview
### Desktop Preview

### Mobile Preview

## Tools and Languages
### Tools
- [Visual Studio Code](https://code.visualstudio.com)
- [Vite](https://vitejs.dev)
- [Brave](https://brave.com)
- [Firefox](https://mozilla.org/firefox)
- [Validator Library](https://www.npmjs.com/package/validator)### Languages
- Semantic HTML5
- CSS
- SCSS
- JS## Process
The full command line process is given below
### Create Vite App
```sh
npm create vite@latest -- --template vanilla app
``````sh
cd app
```#### Install dependencies and packages
```sh
npm installnpm add sass -D
npm install validator
```### Import the files with JavaScript

### Preview the website
```
npm run dev
```## Using Validator
Here's how the Validator library is used in this project.

## Links
- [GitHub Repository](https://github.com/Code-Beaker/huddle-page-curved-sections-code-beaker/)
- [Netlify Deploy](https://huddle-home-curved-code-beaker.netlify.app/)
- [Vercel Deploy](https://huddle-page-curved-sections-code-beaker.vercel.app/)[](https://app.netlify.com/sites/huddle-home-curved-code-beaker/deploys)