Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

A Frontend Mentor Project | Huddle Landing Page with Curved Sections

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

![alt text](image.png)

### Mobile Preview

![alt text](image-1.png)

## 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 install

npm add sass -D

npm install validator
```

### Import the files with JavaScript

![alt text](image-2.png)

### Preview the website

```
npm run dev
```

## Using Validator

Here's how the Validator library is used in this project.

![alt text](image-3.png)

## 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/)

[![Netlify Status](https://api.netlify.com/api/v1/badges/dfaf43da-4e30-42d1-8eda-9b75921cd592/deploy-status)](https://app.netlify.com/sites/huddle-home-curved-code-beaker/deploys)