Skip to content

itsemadbattal/RateFlix

Repository files navigation

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

App Logic

  1. This app fetches list of movies from (The Movie DB) TMDB [https://developer.themoviedb.org/docs].
  2. Users can search for movies by name, search request kicks in after the second character.
  3. The list of movies fetched is dynamic and will change on every page reload.
  4. React Redux was used to facilitate the component logic
  5. Semantic UI was used to have cool looking cards, images, and loaders

Tools Usee:

  1. React with Vite
  2. React Redux
  3. Semanitc UI React https://react.semantic-ui.com
  4. Axios for sending requests
  5. CSS modules for styling the components

About

This is a simple web app for looking up popular movies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published