GithubHelp home page GithubHelp logo

tv-shows-spa's Introduction

TV Shows SPA

TV Shows dashboard with listings by genres and ratings. Find the TV Show you want to know more about.

Demo TV Shows SPA

Continuous Integration Status

Prerequisites

Download Node.js at https://nodejs.org/en/download/ (latest version - contains npm)

Technologies

Here you can see the tech stack used to develop this project

Main stack

  • HTML5
  • Sass
  • ECMAScript 6 (ES6)

Vue

After working with other frameworks such as Backbone.js and Angular 6, I've chosen VueJS because it's a framework that leads you to improve the structure of your code, it has a community that makes it better every day and because of the flexibility it has when changing the theme of the project.

Below I show you the packages I developed the application with:

  • Vue cli (v4.3.1)
  • HTTP client: Axios
  • Unit testing: Jest
  • Routes management: VueRouter
  • Store management: Vuex (v3.4.0)
  • Components design: Vuetify
  • Preprocessor: Sass (dart-sass)
  • Code formatters: ES-Linter + Prettier
  • Added PWA

Api

TV shows API: http://www.tvmaze.com/api

Endpoints

Shows listing: http://api.tvmaze.com/shows Show detail: http://api.tvmaze.com/shows/:id and http://api.tvmaze.com/shows/:id/images Search shows: http://api.tvmaze.com/search/shows?q=:query

Setup

First clone the repository:

git clone https://github.com/Dawntraoz/tv-shows-spa.git

To install dependencies and start working on the project run:

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Guidelines

Component naming convention: Vue official style guide

  • Multi-word component names
  • PascalCase filenames
  • Base Global components as BaseLoader
  • Single instance component name as TheHeader and TheSearch
  • Child components have as a prefix the parent component name (i.e. Shows)
  • Prop names in camelCase

Author

This project was developed by Dawntraoz.

License

The MIT License (MIT)

tv-shows-spa's People

Contributors

dawntraoz avatar dependabot[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.