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.
Link for demo page: https://carterstorm.github.io/movies-browser/
- create-react-app
- webpack
- Normalize.css
- Styled Components
- JSX
- JS ES6+
- React
- React Router
- React Redux
- Redux Toolkit
- Redux Saga
- Axios
To run this project locally, follow these steps:
- Clone the repository to your local machine using the following command:
git clone https://github.com/carterstorm/movies-browser.git
- Navigate to the project directory:
cd movie-browser
- Install the project dependencies using npm or yarn:
npm install
or
yarn install
- Start the development server:
npm start
or
yarn start
- Open your browser and visit http://localhost:3000 to view the website.
In the project directory, you can run:
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.
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.