Skip to content

A simple frontend application interacting with API to search for movies.

Notifications You must be signed in to change notification settings

SudhanshuChoudharyGit/ReactMovieApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

Firstly you will need node modules to run this code, you can do that by running the following command in the terminal:

npm install

Here are some other important terminal commands you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Improvements you can perform

  • Enhance Movie Search App UI Improve the user interface for a more visually appealing experience.

  • Incorporate Loading Spinner Implement a loading spinner to provide visual feedback during data retrieval.

  • Implement Movie Details (more of them) Expand the movie details section to include more comprehensive information.

  • Integrate Additional API (Any - IMDB rating or so) Extend functionality by integrating an additional API, such as fetching and displaying IMDB ratings.

  • Implement Search History Add a feature to store and display search history for user convenience.

  • Error Handling (A better one) Enhance error handling mechanisms for a more robust and user-friendly application.

  • Favorite Movies List (Different tab) Introduce a separate tab or section to display a list of user-favorite movies.

About

A simple frontend application interacting with API to search for movies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published