A Project developed with React.Js, consuming the TMDB API (films), to practice the knownledge about React hooks and React Router, created with CRA template.
- React
- Javascript
- CSS
- Clone the project and access directory:
git clone https://github.com/thompsoncarlos/hooked_movies_hooks.git
cd hooked_movies_hooks
- Download dependencies:
npm install
- Run project:
npm start