Skip to content

thaboxan/Movie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Project

Overview

This project is a movie application built using React, Vite, and styled with CSS. It aims to provide users with a seamless experience for browsing and searching movies.

Table of Contents

Tech Stack

  • Frontend: React Vite
  • Styling: CSS
  • Build Tool: Vite
  • Package Manager: npm
  • HTTP Client: Axios

APIs Used

  • The Movie Database (TMDb) API: Used for fetching movie data using RESTful API.

Installation

To get started with the project, follow these steps:

  1. Clone the repository:
    git clone https://github.com/AutomationSyndicate/Movie.git
  2. Navigate to the project directory:
    cd Movie
  3. Install the dependencies:
    npm install

Usage

To run the application locally, use the following command:

npm run dev

This will start the development server and you can view the application by navigating to http://localhost:3000 in your web browser.

Features

  • Browse popular movies
  • Search for movies by title
  • View detailed information about each movie

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/YourFeatureName
  3. Make your changes and commit them:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature/YourFeatureName
  5. Open a pull request.

Authors

License

This project is licensed under the MIT License. See the LICENSE file for details.

##Deployment Link (https://autosynstudios.netlify.app/)

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 67.2%
  • CSS 32.0%
  • HTML 0.8%