This project is a movie rental platform developed during an internship at Accenture.
The platform was built following the guidelines and instructions provided by the creators of the internship roadmap.
The platform was built by recreating the previous project "Internship-Project_01" using React.js framework, with a focus on incorporating atomic design principles and using Redux for state management. For data storage, the project utilizes the browser's localStorage feature.
The project is deployed on GitHub Pages. You can access it here: https://kristianatr.github.io/internship-project_02/
Step-by-step guide on how to install and set up the project.
-
Clone the repository: git clone [email protected]:KristianaTR/internship-project_02.git
-
Navigate to the project directory: cd internship-project_02
-
install dependencies npm install
-
run react project npm start
-
open the app locally using the localhost link provided in the terminal