/movie-reviews2

Code Repo for the 2021 React Course

Primary LanguageJavaScript

Movie Reviews

Exercise Project

This project uses Vite.js to build the app and tailwind.css for styling.

Mocks are provided by msw. To use the real endpoint, comment out the msw code and add the proxy config to webpack.json.

You can use Javascript (jsx) or Typescript (tsx).

Install the tailwind plugin in your IDE.

To start the app type yarn dev.