Cinema Night is an app users can use to browse the top 20 newly released films of this year. The user is able to read the description of each film and once logged in can add them to their favourites list.
Clone the repo to your terminal : $ git clone https://github.com/SamuelColeman/cinema-night.git
Once cloned down add cd cinema-night
to your terminal
Run $ npm install
in your terminal
To open the app on your web server run $ npm start
Cinema Night was built using:
- React
- Redux
- React Router
- Jest
- Enzyme