Skip to content
/ tv-shows Public

Application to search and save TV shows (Angular and Bootstrap).

Notifications You must be signed in to change notification settings

anmk/tv-shows

Repository files navigation

Tv shows

version GitHub repo size

Introduction

Application is used to find and save Tv shows. It can view photos and descriptions. The app also has features such as display, create, edit, and delete users lists, mark them as favorites, and add TV shows to these lists. You can return to the TV show details from the saved lists. As a REST server, json-server version 0.10.0 is used. It is designed to work both on desktop computers and mobile devices. This application was made using: Angular 4.1.1, Angular cli 1.0.0 , TypeScript 2.3.2, HTML, CSS/SCSS, Bootstrap 4.0.0-alpha.6 and REST.

How to run?

To run the project:

  • install eg json-server
npm i -g json-server
  • install the necessary dependencies (I used yarn)
  • start:
npm run start
  • and also run json-server:
json-server --watch tv_data.json

Some screenshots of the application

📱 Mobile devices:

The most important views on your smartphone. mobile1

Views on different devices. mobile2

💻 Desktop:

Searching for TV shows. empty-lake

Searching for TV shows. science-speed

How to create a new list and view its details? new-bob

Editing and deleting lists. edit-delete

Detail window for adding a TV show to the selected list and how to select it. mars-speed