This is a web application built using React (Create React App), template - Typescript.
- Home - landing page
- Categories - lists all items based on categories, i.e. movies, upcoming, podcasts, tv series & video games
- List - lists all items based on the sections selected on the home page
- Search
- Movie title - displays a selected movie information
- Actor - displays an actor's basic information
The data on the application is from the following endpoint - https://rapidapi.com/SAdrian/api/moviesdatabase
- embla-carousel-react v7.0.3 - https://www.embla-carousel.com/get-started/
- mantine v5.5.0 - https://mantine.dev/pages/getting-started/
- react v18.2.0 - https://reactjs.org/docs/getting-started.html
- react-router-dom v6.4.1 - https://reactrouter.com/en/main
- react-icons v4.4.0 - https://react-icons.github.io/react-icons/
- react-photo-view v1.2.2 - https://react-photo-view.vercel.app/
- use-query-params v2.1.1 - https://github.com/pbeshai/use-query-params#readme
- react-helmet v6.1.0 - https://github.com/nfl/react-helmet#readme
Dev dependencies
- eslint v8.0.1 - https://eslint.org/docs/latest/user-guide/getting-started
Before proceeding, please ensure you have the following software installed on your computer.
- Node
- Yarn (optional but recommended)
- Git command line tools
- Download Git cli -
- Download Node - https://nodejs.org/en/
- Download Yarn cli - https://yarnpkg.com/lang/en/docs/install/
- Download VSCode - https://code.visualstudio.com/
Please fork a copy of this repository. Forking a repository allows you to freely experiment with changes without affecting the original project. Alternatively download or clone the master branch.
Clone the repo to your machine
git clone <CloneURL>
- Open a new terminal window and navigate in your root folder
cd <../root>
yarn install OR npm install
- Run the start script
yarn run start OR npm run start
Your app should be running on: http://localhost:3000
v1.0
- Default project implementation
- Kelvin Kiptum Kiprop - https://github.com/kelvink96
This project is licensed under the MIT License - see the LICENSE file for details