Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 944 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 944 Bytes

Wizzard movie picker

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.

Technology usages and versions of it

  • React v.16.9.11 (Hooks)
  • Create React App
  • Typescript
  • React Router
  • Emotion/Rebass(CSS-IN-JS)
  • Jest

Available Scripts

In the project directory, you can run:

npm start

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.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.