https://github.com/shivamch02/movix
Movix is a movie search app that allows users to search for movies and view details about them.
https://github.com/shivamch02/movix
javascript react redux tailwindcss
Last synced: about 2 months ago
JSON representation
Movix is a movie search app that allows users to search for movies and view details about them.
- Host: GitHub
- URL: https://github.com/shivamch02/movix
- Owner: Shivamch02
- Created: 2024-03-18T13:29:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-07T10:46:07.000Z (9 months ago)
- Last Synced: 2025-01-21T00:41:15.413Z (3 months ago)
- Topics: javascript, react, redux, tailwindcss
- Language: JavaScript
- Homepage: https://movix-psi-two.vercel.app
- Size: 646 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movix
Movix is a modern, feature-rich web application built with [React](https://reactjs.org/) and [Redux](https://redux.js.org/). It provides an engaging user experience for managing and interacting with movie data, including searching, filtering, and viewing details about movies.
## Features
- **Search Movies**: Find movies by title, genre, or other criteria.
- **View Details**: Get detailed information about selected movies.
- **Filter and Sort**: Easily filter and sort movies based on different attributes.
- **State Management**: Robust state management using Redux.## Installation
To set up and run the Movix application locally, follow these steps:
1. **Clone the repository:**
```bash
git clone https://github.com/Shivamch02/movix.git
cd movix
npm install
npm start
The app will be available at http://localhost:3000/.