Skip to content

This is a platform that allows users to search and browse movies, popular actors and actresses, as well as their production history. The website was based on the Figma project that I received at the end of my studies to create on my own.

Notifications You must be signed in to change notification settings

carterstorm/movies-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movies browser

This is a platform that allows users to search and browse movies, popular actors and actresses, as well as their production history. The website was created base on a Figma project that I received at the end of my studies in online programming school. The application allows you to search for data using a search engine. In case of a search error, an appropriate message is displayed.

In the future, I would like to add the ability to change the theme. Adding your favorite people and videos to your favorites and saving them on the browser side in localStorage. I would also like to add the ability to sort videos by categories.

Demo

Link for demo page: https://carterstorm.github.io/movies-browser/

Used technologies:

  • create-react-app
  • webpack
  • Normalize.css
  • Styled Components
  • JSX
  • JS ES6+
  • React
  • React Router
  • React Redux
  • Redux Toolkit
  • Redux Saga
  • Axios

Overview

Overview

Movie overview

Movie overview

Person overview

Person overview

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository to your local machine using the following command:
git clone https://github.com/carterstorm/movies-browser.git
  1. Navigate to the project directory:
cd movie-browser
  1. Install the project dependencies using npm or yarn:
npm install

or

yarn install
  1. Start the development server:
npm start

or

yarn start
  1. Open your browser and visit http://localhost:3000 to view the website.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

This is a platform that allows users to search and browse movies, popular actors and actresses, as well as their production history. The website was based on the Figma project that I received at the end of my studies to create on my own.

Topics

Resources

Stars

Watchers

Forks