https://github.com/kryptonbd/breaking-bad-cast
Simple React App to show cast info for breaking bad
https://github.com/kryptonbd/breaking-bad-cast
breaking-bad-api react reactjs
Last synced: about 1 month ago
JSON representation
Simple React App to show cast info for breaking bad
- Host: GitHub
- URL: https://github.com/kryptonbd/breaking-bad-cast
- Owner: KryptonBD
- Created: 2021-04-16T19:43:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T19:49:27.000Z (about 5 years ago)
- Last Synced: 2026-02-03T10:51:21.687Z (5 months ago)
- Topics: breaking-bad-api, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Breaking Bad Cast
Simple React App with [Breaking Bad Api](https://www.breakingbadapi.com/), Where it shows and filter character and their information
## Running The project
Install the dependencies
```
npm install
```
Run the project with following command it will run on [Loacalhost:3000](http://localhost:3000/)
```
npm start
```