This project was developed with a focus on learning how to use stateful components in React.
React.js application of a movie library, where it is possible to filter, search, filter, and add new movies.
This application consists of a dynamic movie card library using React. The library consists of:
-
A header;
-
A search bar, used to filter which cards will be displayed in the card list;
-
A list of cards, where each card represents a movie and has an image, title, subtitle, synopsis and rating;
-
A form to add a new card to the library.
- HTML
- CSS
- JavaScript
- React.js
To install and run the project you must clone this repository:
$ git clone [email protected]:AlineCarolina/Movie-Cards-Library-Stateful.git
Enter the repository folder you just cloned:
$ cd Movie-Cards-Library-Stateful
Install the dependencies:
$ npm install
And start the project:
$ npm start