Skip to content

It is react-app that allows users to add movies to a database and retrieve movie information through APIs:

Notifications You must be signed in to change notification settings

haiderali780/MovieMaster-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieMaster-App

This is a dummy login form built with React that demonstrates the use of local storage, the useReducer hook, the React Context API, side effects, forwardRef, useImperativeHandle, and the useEffect hook.

Working

This app allows users to add and manage information about movies. With the app, users can add the following information about a movie:

  • Title
  • Opening text
  • Release date

Once the information is entered, it is stored in a Firebase database through an API. Users can then retrieve this information from the database through a REST API.

In the event that something goes wrong with the API, an error message will be displayed. A loading animation will also be shown until the data is successfully fetched.

How to use

  1. Clone the repository and navigate to the directory:
  1. Install the dependencies: npm install
  2. Start the development server: npm start
  3. The login form will be available at http://localhost:3000.

Contributions

If you'd like to contribute to the MovieMaster-App, please fork the repository and create a pull request with your changes.

Support

If you have any questions , please contact me at haiderali782002@gmail.com

License

This project is not licensed.