Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Movie Store

A web application to search and view movies using the Movies Gallery API.

Description

The Movie Store is a web application that allows users to search for movies, view detailed information, and explore the latest releases. It utilizes the Movies Gallery API to fetch data about movies.

Features

  • Search for movies by name
  • View all movies with details
  • Sort movies by various criteria (popularity, rating, etc.)
  • User authentication (login/register)

To-Do List

  • Set up project structure
  • Create home page layout
  • Add navigation bar
  • Fetch and display movie data from Movies Gallery API
  • Implement movie search functionality
  • Sort movies by user rating and other criteria
  • Complete user authentication (login and register pages)
  • Build admin dashboard
    • Add feature to manage API keys
    • Enable option to hide specific movies
    • Show statistics (API requests, etc.)
    • Allow account deletion
  • Deploy project to GitHub and ensure it’s fork-ready
  • Write detailed documentation for contributing and setting up the project

How to Use

  1. Clone the repository: git clone https://github.com/soccervortex/the-movie-store.git

  2. Navigate to the project directory: cd the-movie-store

  3. Install dependencies: npm install

  4. Go To Register For API Key

  5. Fill in your username, email and read the Terms Of Services And Privacy Policy

  6. Then check the box and click submit

  7. Save your API Key and paste it in every const API_KEY = 'Your API Key';

  8. Start the development server: npm start

Contributing

  1. Fork the repository.

  2. Create a new branch for your feature or fix: git checkout -b feature/new-feature

  3. Commit your changes: git commit -m "Add new feature"

  4. Push to the branch: git push origin feature/new-feature

  5. Open a pull request.

Endpoints For Movies Gallery API

License

  • This project is licensed under the MIT License.

About

A web application to search and view movies using the Movies Gallery API.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages