The purpose of this project is to create a movie picker app from a public API.
The app has two pages with a series and one with selected favorites episodes from Rick and Morty.
Since we have hooks I decided to not to use Redux.
Feel free to ask any questions.
- React v.16.9.11 (Hooks)
- Create React App
- Typescript
- React Router
- Emotion/Rebass(CSS-IN-JS)
- Jest
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.