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

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

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
```