Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.02 KB

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