Code Monkey home page Code Monkey logo

agile-soft-assignment-1's Introduction

Assignment 1 - Agile Software Practice.

Name: Mark Campbell

This repository contains the implementation of a React App and its associated Cypress tests and GitLab CI pipeline.

React App Features.

  • Authentication
  • Review creation and viewing.
  • Trending and popular actors pages.
  • Actor's details page featuring movies they have a role in.
  • Now playing, top rated, trending, upcoming movies pages.
  • Cast list, recommended and similar movies lists viewable from a movies detail page
  • search actors filteering option.

Automated Tests.

Best test cases.

  • cypress/e2e/login.cy.js
  • cypress/e2e/review.cy.js

Cypress Custom commands (if relevant).

  • cypress/e2e/login.cy.js
  • cypress/e2e/review.cy.js
  • cypress/e2e/cast-list-from-movie-details.cy.js
  • cypress/e2e/movie-lists.cy.js

Code Splitting.

  • src/index.js

Pull Requests.

Github

Independent learning (If relevant).

I made an attempt at utilising automatic deployment but my tests failed whenever I tried. See commit 6d50742a

Local set up.

TMDB API

In order to run the web app you must first create a .env file in the project base folder. The contents should include the following.

REACT_APP_TMDB_KEY=<YOUR_TMDB_API_KEY>
FAST_REFRESH=false

Cypress environment variables

You must first create an account on the web app and store the information.
You must then create a file called cypress.env.json in the project base folder and fill it with the following

{
    "TMDB_KEY": "__YOUR_TMDB_API_KEY__",
    "NAME": "__YOUR_USERNAME__",
    "EMAIL": "__YOUR_EMAIL__",
    "PASSWORD": "__YOUR_PASSWORD__"
}

agile-soft-assignment-1's People

Contributors

beckyetroy avatar bobbins228 avatar

Watchers

 avatar

Forkers

beckyetroy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.