ercumentlacin / movie-app-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie App

This is a simple movie app that allows users to search for movies and view details about them. Also, users can be login (localStorage) and users can add movies to their favorites list.

Technologies

  • React
  • TypeScript
  • Redux Toolkit
  • React Router
  • Json Server
  • React Hook Form
  • Yup
  • Lucide Icons
  • Vanilla CSS
  • EsLint

Features

  • List movies
  • Search for movies
  • Sort movies by name, release date, and rating
  • View movie details
  • Add movies to favorites
  • Remove movies from favorites
  • Login (localStorage)

Installation

  1. Clone the repository
  2. Install the dependencies
  3. Run the server
  4. Run the app
git clone https://github.com/ercumentlacin/movie-app-react.git
cd movie-app-react
npm install
npm run server
npm start

About


Languages

Language:TypeScript 41.4%Language:CSS 37.1%Language:Rich Text Format 19.2%Language:HTML 1.4%Language:JavaScript 0.9%