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

https://github.com/gopikrishna19/react-bar

React 101
https://github.com/gopikrishna19/react-bar

101 learning react

Last synced: 3 months ago
JSON representation

React 101

Awesome Lists containing this project

README

          

# React Bar

This is a demo repository for React.

## Setup

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

## Demo

View a demonstration of this code at [https://gopikrishna19.github.io/react-bar](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