Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.33 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.33 KB

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 [email protected]

License

This project is not licensed.