Solution for a challenge from Devchallenges.io.
From this Challenge I learned
- How to create a customized CheckBox
- How to change the appearance of the marker of list elements
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
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- GitHub @Hermes179
