Skip to content

React.js application of a movie library, where it is possible to filter, search, filter, and add new movies.

Notifications You must be signed in to change notification settings

AlineCarolina/Movie-Cards-Library-Stateful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Movie Cards Library Stateful!🎬​

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.


About the project

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.


Technologies used

  • HTML
  • CSS
  • JavaScript
  • React.js

How to run the project

To install and run the project you must clone this repository:

$ git clone git@github.com: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

About

React.js application of a movie library, where it is possible to filter, search, filter, and add new movies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published