Welcome to MovieBox, a Single Page Application (SPA) built with ReactJS!
To get started with MovieBox on your local machine, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/Abuka-Victor/moviebox.git
-
Navigate to the project directory:
cd moviebox
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your web browser and visit
http://localhost:5173
to access MovieBox.
-
ReactJS: The front-end is built using ReactJS, a popular JavaScript library for building user interfaces.
-
Responsive Design: MovieBox is designed to be fully responsive, ensuring a seamless experience on both desktop and mobile devices.
-
RESTful API Integration: It uses a RESTful API to fetch and display movie data, ensuring that you have access to the latest information.
-
State Management: Redux is employed for state management, allowing for efficient data handling and real-time updates.