This was a project developed in the Software Development Course at Trybe as a challenge while I was learning how to use the React Stateful. In this project I was able to create Components and manipulate their states. Made on July 27th, 2021
First of all you need to download the project files, you can do this using git.
git clone git@github.com:erick-ol/react-movie-cards-library-stateful.git
After you clone the repository you need to enter the folder that contains the project you just downloaded and install all the dependencies of this application.
npm install
Then you just need to start your application to have fun and learn a lot more.
npm start