Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

devChallenges My Team Page Solution

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

image

From this Challenge I learned

  • How to create a customized CheckBox
  • How to change the appearance of the marker of list elements

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: You 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/Hermes179/devChallenges/tree/main/Recipe_Page

# Install dependencies
$ npm install

# Run the app
$ npm start

Acknowledgements

Contact