Skip to content

r1cep/dev-challenges-recipe-page

Repository files navigation

Recipe page

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

Desktop

desktop

Mobile

desktop

Built With

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the following user stories:

  • User story: I can see a recipe with ingredients and instructions
  • User story: I can select a checkbox if I have the ingredients
  • User story: I can see the number of servings, baking times

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/r1cep/dev-challenges-recipe-page

# Install dependencies
$ pnpm i

# Run the app
$ pnpm dev

learned/improved

  • Using a grid layout
  • How to style the number of list

Acknowledgements

Contact