Skip to content

camillecalas/react_movie_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React - Movie browsing app

This project aims to create a simple and intuitive platform for users to explore a wide array of movies.

Key Components:

Movie List Component:

  • Display a list of available movies.
  • Each movie item includes essential details like title, poster image, and release date.

Search Bar Component:

  • Allow users to search for movies by title.
  • Dynamically filter the movie list based on the search query.

Movie Details Component:

  • Show detailed information about a selected movie when clicked.

Available Scripts

In the project directory,

.env:

Please be aware that the .env file has not been removed, allowing access to the API key provided for educational purposes only. In a production environment, API keys would be securely managed.

Installation:

To install dependencies, run:

npm install

Starting the Application:

To start the application in development mode, run:

npm start

This command will launch the application on http://localhost:3000, allowing you to view it in your preferred web browser.

About

simple and intuitive movie platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors