Giter Site home page Giter Site logo

lexicondigitalchallenge's Introduction

LexiconDesign

Objective

  • To Design a web app that solves Prince Theater problem, which allows the customers to see what movies are available and which movie provider streams at a lower price.

Technologies and Dependencies used

  • Angular 11
  • Angular Flex Layout ( UI Design )
  • Angular Material ( UI Design )
  • Postman to verify API endpoint

How to use

Development server

  1. Clone the project from my github account
  2. npm i to install the packages
  3. Run npm run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Running unit tests

Run npm run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run npm run ng e2e to execute the end-to-end tests via Protractor.

Implementation

Given the wireframe provided by Lexicon Digital, I decided to use Angular 11 (TypeScript) as I have been working on it recently for work and personal projects. Below is the advantage of using Angular on this project

  1. TypeScript: Less Prone to Errors
  2. MVC: Easy Development, Eliminate unecessary code
  3. Code Structure: Organizes code into buckets, whether it is components, directives, pipes, or services. The buckets make application functionality organization easy, segregating it into features and reusable chunks. Buckets AKA Modules also allow for lazy loading, which paves way for application feature loading in the background or on-demand.
  4. Very simple unit testing: Independent of each other, the components make unit testing much easier.

lexicondigitalchallenge's People

Contributors

paithoa avatar

Watchers

 avatar  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.