Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 1.52 KB

README.md

File metadata and controls

32 lines (29 loc) · 1.52 KB
<title>Readme - MovieHub</title>

MovieHub.

On-demand movie application built on React, Redux, Figma and Scss.

Project status.

This project is currently in development. Users/Subscribers can sign in, experince the friendly service of MovieHub and see visual data representation. APIs for the movies data is in progress.

Installation and Setup instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Run Test Suite:

npm test

To Start Server:

npm start

To Visit App:

`https://emoviehub.netlify.app/

Reflection

This was a long project built during the 12-weeks internship acquered at WeJapa.com . Project goals included using technologies learned up as a team and familiarizing ourselves with documentation for new features.

At the end of the project, the technologies implemented in this project are React, Redux, JSX, and Scss.