Skip to content

Dorcas-BD/movie-box

Repository files navigation

This is a Next.js project

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Technologies Used

  • React: JavaScript library used for building the user interface.

  • Next.js: React framework for server-rendered React applications.

  • Axios: HTTP client for making API requests.

  • The Movie Database (TMDb) API: Used to fetch movie data, including details and trailers.

Usage

  1. Clone the repository: git clone <repository-url>

  2. Install dependencies: npm install

  3. Run the application: npm run dev

  4. Access the application at http://localhost:3000

How to Contribute

If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository.

  2. Create a new branch: git checkout -b my-branch-name

  3. Make your changes and commit them: git commit -m 'My changes'

  4. Push to the branch: git push origin my-branch-name

  5. Submit a pull request.

Acknowledgments

Special thanks to TMDb for providing the movie data API.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published