Yet Another Movies App
Add a .env
file in the source folder, with the following parameters:
REACT_APP_MOVIE_DB_KEY=string
REACT_APP_MOVIE_DB_PATH=string
REACT_APP_MOVIE_DB_IMAGE_PATH=string
- typescript
- react
- react-redux
- redux-saga
- styled-components
- bulma (css library)
- themoviedb.org (apis)
- cypress (tests)
- better apis error handling
- mock a server for cypress tests
This project was bootstrapped with Create React App.