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
- Host: GitHub
- URL: https://github.com/gopikrishna19/react-bar
- Owner: Gopikrishna19
- License: gpl-3.0
- Created: 2019-04-03T13:43:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T19:03:40.000Z (over 3 years ago)
- Last Synced: 2025-06-20T23:05:43.165Z (about 1 year ago)
- Topics: 101, learning, react
- Language: JavaScript
- Homepage: https://gopikrishna19.github.io/react-bar
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: readme.md
- License: license.md
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