Skip to content

Gopikrishna19/react-bar

Repository files navigation

React Bar

This is a demo repository for React.

Setup

  1. Download node.js from https://nodejs.org
  2. Clone the project by running in the command line
git clone https://github.com/gopikrishna19/react-bar.git
cd react-bar
  1. Install packages
npm ci
  1. Start local development server
npm run start
  1. Start testing using jest
npm run test

Demo

View a demonstration of this code at https://gopikrishna19.github.io/react-bar

Something to do...

  • Add behavior to reduce amount of ingredients when a recipe is incremented
  • Stop incrementing a recipe if there are no more ingredients for that recipe
  • Add tests for different behaviors