Giter VIP home page Giter VIP logo

react_movies-list-add-form's Introduction

Movies list - Add Form

Task

  1. Implement form inside NewMovie component
  2. Form state should be inside NewMovie
  3. Form should have next fields:
    • title
    • description
    • imgUrl
    • imdbUrl
    • imdbId
  4. On form submit callback onAdd from props should be called with new film object. Also, form should be cleared. Page should not be reloaded.

Advanced tasks (Add validation)

Do it only if you understand everything

  1. validate controls values on blur
  2. title, imgUrl, imdbUrl, imdbId should be required
  3. imgUrl, imdbUrl - should be valid urls (can use this regex /^((([A-Za-z]{3,9}:(?:\/\/)?)(?:[-;:&=+$,\w]+@)?[A-Za-z0-9.-]+|(?:www\.|[-;:&=+$,\w]+@)[A-Za-z0-9.-]+)((?:\/[+~%/.\w-_]*)?\??(?:[-+=&;%@.\w_]*)#?(?:[.!/\\\w]*))?)$/)
  4. invalid control should have red border and error message below
  5. if form is invalid submit(and submit button) should be disabled
  6. (**) show control as invalid only if control has been touched

react_movies-list-add-form's People

Contributors

yuriiholiuk avatar mgrinko avatar irenhh 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.