Skip to content

frclba/enigma

Repository files navigation

effective-enigma

How to make a Movie Recommendation System


About this project:

This is a fork from a tech recruiting challenge, from this repo. All the design credits go to them. The common components credits goes to Isabel Sá which thanks to the existing code, saved a lot of time and ennergy on the implementation of the UI styles.

How to Execute:

With Docker:

Requires docker and docker-composer

clone the repository
cd frontend-challenge
docker-compose build
docker-compose up

With Yarn

Requires node_js and yarn

clone the repository
cd frontend-challenge/movie-search
yarn install
yarn test:flow
yarn start

When it's ready to go, access localhost:3000 to use the app

Technical Details:

All the below technologies were used:

Name Description Website
CodeClimate continuously measure and monitor code quality link
Docker create, deploy, and run applications by using containers link
Eslint The pluggable linting utility link
Flow A static type checker link
Node A JavaScript runtime server link
React library for building user interfaces link
Selenium framework for testing web applications. link
Styled System Style props for rapid UI development link
Surge A static web publishing link
Travis CI Service used to build and test link
... ... ...

About

How to make a Movie Recommendation System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published