Skip to content

Cipher Movies is a React-based web application. It leverages a third-party API to provide users with access to popular, upcoming, and trending movies, along with their ratings.

Notifications You must be signed in to change notification settings

chandankushwahaa/ciphermovies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Cipher Movies

Cipher Movies is a React-based web application that allows users to explore popular, upcoming, and trending movies, along with their ratings. Built with Tailwind CSS for styling, this project demonstrates responsive design principles, ensuring a seamless user experience across various devices.

Features

  • Discover Movies: Explore a curated list of popular, upcoming, and trending movies.
  • Movie Details: Click on movie posters to view detailed information about each movie.
  • Responsive Design: Enjoy a visually appealing and user-friendly interface on any device or screen size.
  • Dark Mode: Toggle between light and dark modes for personalized viewing.

Technologies Used

  • React: JavaScript library for building user interfaces
  • Tailwind CSS: Utility-first CSS framework for styling
  • Third-party API: Integration of external data source for fetching movie data

Installation

  1. Clone the repository:

    git clone https://github.com/chandanck22/ciphermovies.git
    
  2. Navigate to the project directory:

    cd ciphermovies
    
  3. Install dependencies:

    npm install
    
  4. Create .env file and paste your API key

    REACT_APP_API_KEY = PASTE_API_KEY_HERE
    
  5. Start the development server:

    npm start
    
  6. Open http://localhost:3000 in your browser to view the application.

Acknowledgements

About

Cipher Movies is a React-based web application. It leverages a third-party API to provide users with access to popular, upcoming, and trending movies, along with their ratings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published