it's a front-end application that organize data received from Movie Library Api with React
- Setup a React app
- Create routes with react router
- handle of data with context api
- handle with renderization of components with useEffect and useState from react hooks
- Make API request with CRUD methods (GET, POST, PUT AND DELETE
- Handle with formData constructor to sendFiles with React Bootstrap
You can create user, login, create movies, readMovies, only if you are the creator of certain movie you can delete and update it.