This app displays movies saved in a JSON server database. Users can search movies by genre and delete a movie if they want. Users can also use a form on the site to add a movie, which will appear on the frontend, including the movie's poster and trailer. All changes are persisted to the backend.
JSON server repo: https://github.com/vep002/phase-1-json-server-project-guidelines
Live demo: https://res.cloudinary.com/dz2jdgus7/video/upload/v1633458292/rotten_cabbages_demo_qatelh.mp4
- git clone the JSON server
- run
npm installto install dependencies - run
npm startto start the JSON server - git clone this repository
- run
open index.html
