/mustsee-movie-organizer-react

A mini movie app that uses the OMDB API to display movie information and allows users to create a list of their favorite movies. The app is built using React JS, Zustand for state management, MUI for styling.

Primary LanguageJavaScriptMIT LicenseMIT

Movie App

mustsee-movie-organizer-react

Demo

Tools

NPM JavaScript HTML5 CSS3 React React Router Zustand Vite MUI Vercel

  • npm
  • node js
  • react js, react-router-dom, zustand, MUI

A mini movie app that uses the OMDB API to display movie information and allows users to create a list of their favorite movies. The app is built using React JS, Zustand for state management, MUI for styling.

Used API's: search movies API, create an favorite movie organizer API

Development setup

npm install
npm run dev

Local: http://localhost:5173/

➜ press h to show help

Shortcuts

  • press r to restart the server
  • press u to show server url
  • press o to open in browser
  • press c to clear console
  • press q to quit

Meta

Nijat Gurbanov

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request