Skip to content

1javid/movie-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movies React App

This is a simple React app that displays a list of movies and their details using data from JSON files.

Features

  • View a list of movies
  • Click on a movie to see its details
  • Contact us by sending email

Getting Started

  1. Clone the repository: git clone https://github.com/1javid/movie-app.git
  2. Install dependencies: npm install
  3. Run the app: npm start
  4. Run JSON servers: json-server -p 3001 movies.json and json-server -p 3002 emails.json
  5. Open http://localhost:3000 to view it in the browser.

Usage

Viewing Movies

The app will display a list of movies by default. Click on a movie to view its details.

JSON Data

The app uses two JSON files to store data:

  • movies.json: contains a list of all movies with their titles, descriptions, genres, and images.
  • emails.json: contains a list of all emails that have been sent through contact page.

Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •