Git Product home page Git Product logo

invisible-movie's Introduction

Invisible: Angular Test Project

This project was generated with Angular CLI version 13.0.1.

Introduction

The goal is to understand:

  • Your readiness to invest your time
  • How quickly you learn
  • Your ability to construct and deploy an application
  • Quality of your code and coding standards you adhere to

Requirements

  1. Create a simple CRUD application. You can use the back-end end-points as described in the Movie API endpoints section.

  2. Implement datagrid using https://handsontable.com/ (it's a must).

  3. Implement one key feature: Personalization As a User, I'd like to personalize the "tabular" view Set width of columns Change the sequence of columns in the data grid aka tabular view The changes I perform should be saved so that when I refresh the page, the view shows the changes I performed.

  4. Deploy the application in any free environment of your choice, for ex. Heroku, Vercel or any other. Share the link of the deployed environment as well as the github repository through email.

Movies API Endpoints

API URL: http://test-movies-api.vercel.app/

Method Endpoint Description
GET /api/movies Fetch all movies. Use limit and page to restrict the number of results. By default, 100 movies are returned.
POST /api/movies Add a new movie.
GET /api/movies/{movieId} Fetch a single movie.
PUT /api/movies/{movieId} Update a movie.
DELETE /api/movies/{movieId} Remove a movie record.

Sample API response

GET http://test-movies-api.vercel.app/api/movies

[
  {
    "id": 2,
    "budget": "2000000",
    "originalLang": "en",
    "originalTitle": "The Bens",
    "overview": "This is a scary movie that will get your adrenaline pumping",
    "popularity": "233.11",
    "releaseDate": "2021-10-11T10:12:58.957Z",
    "revenue": 1234677,
    "runtime": 127,
    "status": "ongoing",
    "tagline": null,
    "title": "The Bens",
    "voteAverage": 20,
    "voteCount": 5,
    "createdAt": "2021-10-12T04:26:42.248Z",
    "updatedAt": null,
    "deletedAt": null
  }
]

invisible-movie's People

Watchers

Awesome Dev 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.