Hello World! BBB is an app that helps you find more info on your favorite shows and stores them in a list for you to interact with.
Simply type in a show, find the show you want in the search results, and add it to your list!
This project was bootstrapped with Create React App.
Other Technologies used:
All TV info is coming from The Movie Database
git clone https://github.com/deejkelms/bearsbeetsbattlestargalacticacd bearsbeetsbattlestargalacticanpm installnpm start
BBB uses Json Server as a simple REST api to create and delete shows. You will need to run this on another terminal window.
json-server -p 4000 --watch db.json
Now you can open http://localhost:3000 to view it in the browser! You can also see the json data by running http://localhost:4000/shows
I had a LOT OF FUN building this application. However, I did miss a few things. I would like to display more information, and make the information that I do have more interactive.
If you have ideas for more “How To” recipes that should be on this page, let me know or [make a pr!]