Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 665 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 665 Bytes

Getting Started with Create React App

This project was bootstrapped with Create React App.

What I learned and practiced

It's always fun fetching data (am I the only one?) and mapping it on to a grid.

TMDB

You can get your own API key from The Movie DataBase (https://www.themoviedb.org/) full documentation here: https://developers.themoviedb.org/3

demo

Hnet com-image

To-do

  • separate business logics to own utils component
  • create favorite state + favorite pages (with react-router-dom)