Skip to content

RKartik9/RoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoDB - IMDB Clone

RoDB is an IMDB clone created using React and Tailwind CSS. It utilizes the MovieDB API to fetch movie data and provide users with a seamless movie browsing experience.

Still in it's Beta Phase :)

Installation

  1. Clone the repository:

    git clone https://github.com/rkartik9/rodb.git
  2. Navigate to the project directory: cd rodb

  3. Install the dependencies: npm install

Usage

  1. Start the development server: npm start
  2. Open your web browser and visit http://localhost:3000 to access RoDB.

Here's the README.md file in Git format:

markdown Copy code

RoDB - IMDB Clone

RoDB is an IMDB clone created using React and Tailwind CSS. It utilizes the MovieDB API to fetch movie data and provide users with a seamless movie browsing experience.

Features

  • View detailed information about movies, including ratings, release date, cast, and crew.
  • Browse popular movies and upcoming releases.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/rodb.git

Navigate to the project directory: cd rodb Install the dependencies: npm install Create a .env file in the root directory and add your MovieDB API key: REACT_APP_MOVIEDB_API_KEY=your_api_key Usage Start the development server: npm start Open your web browser and visit http://localhost:3000 to access RoDB.

Contributing

Contributions are always welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request. Make sure to follow the existing code style and guidelines.

Acknowledgements

This project uses the MovieDB API to fetch movie data. RoDB was built with React and Tailwind CSS. Special thanks to the developers and contributors of React, Tailwind CSS, and other open-source libraries used in this project.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors