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

https://github.com/haquanq-frontendmentor/recipe-page

Solution for frontendmentor.io challenge: recipe-page
https://github.com/haquanq-frontendmentor/recipe-page

bem-methodology css frontendmentor frontendmentor-challenge frontendmentor-newbie frontendmentor-solution html

Last synced: 10 months ago
JSON representation

Solution for frontendmentor.io challenge: recipe-page

Awesome Lists containing this project

README

          

## Frontend Mentor - Recipe page solution

This is a solution to the [Recipe page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/recipe-page-KiTsR8QQKm).
Frontend Mentor challenges help you improve your coding skills by building realistic projects.



Solution post


Live demo


## Table of contents

- [Project overview](#sunrise-project-overview)
- [Development workflow](#stars-development-workflow)
- [Working in this repository](#astronaut-working-in-this-repository)

## :sunrise: Project overview

### Challenge requirements

- View the optimal layout depending on their device's screen size
- Screen readers can navigate users in ways they can perceive

### Todo

Accessibility

- [x] Content uses semantic HTML elements
- [x] Page is responsive to different screen sizes

### Preview

![](./docs/design/desktop-design.jpg)

## :stars: Development workflow

### Approach

Developed with mobile-first workflow.

### Tools

- **HTML + CSS:** vanilla CSS for styling
- **Browsersync:** live development server (sync files changes)

### Deployment

- Deployed on github page using Github Actions (manually triggered).

## :astronaut: Working in this repository

### Presequisites

Having these tools installed:

- Git (prefer lastest LTS version)
- NodeJS (prefer latest LTS version)

### Clone this project to your machine

Open new terminal, run the following command:

```
git clone https://github.com/haquanq-frontendmentor/recipe-page.git
```

Then, run `npm install` to install all dependencies.

```
npm install
```

### Start development server

In terminal, run `npm run dev` to start development server:

```
npm run dev
```