/OMDB-APP

Project that consumes OMDB API to show movies and series.

Primary LanguageJavaScript

OMDB-PROJECT

  • App created with create-react-app

Descrition

  • OMDB project allows us to consume an api of movies and series where we can search for them thanks to an interface made in react. It is also possible to register and log in users in order to add favorites.

Stack

- Node, Postgree, Express --> back
- React, react-router, redux, --> front

START

  1. Clone the repo
  2. Inside the cloned repo run:
    • npm i
    • npm start
  3. Automatically opens a localhost: 3001 our react app

Next features

- Back button functionality within the detail of each movie