/ignite-react-app-componentization

An Ignite challenge that addresses application componentization

Primary LanguageTypeScriptMIT LicenseMIT

Ignite Challenge 2: Application Componentization

Apply the ReactJS Fundamentals

In this challenge, we will use the Lifting State Up concept from ReactJS to get the application componentization applied. Follow this link to read the challenge instructions.

Start FakeAPI, Develop Mode and Build

  • FakeAPI

Use JSON Server to simulate an API which contains the movies data.

yarn server
  • Development mode:
yarn dev
  • Build:
yarn build