Git Product home page Git Product logo

mars-mission-frontend's Introduction

Mars Mission Frontent

The User Facing frontend for Mars Mission. Integration Site: here. Production Site: Coming Soon

Setup

Just clone this repo. Then run npm install to install dependencies

Running the app

Run npm start to start the application in dev mode.

Running the tests.

All lines of code should be either tested, or explicitly marked as not requiring tests

Run the tests with the following: npm run test runs tests once. npm run test:coverage runs tests including coverage npm run test:watch runs tests, and keeps running them whenever there are updates to the code.

Marking a file as excluded from test coverage

Add it to the "collectCoverageFrom" section of package.json.

Marking a function as excluded from test coverage

/* istanbul ignore next */
function myFunc() {
  console.log("This function is not included in test coverage");
}

mars-mission-frontend's People

Contributors

chillilauren avatar codringtoncoding avatar ella-bailo avatar george-thomas2 avatar harrygzoopla avatar jadenguyen-zoopla avatar looease avatar michaelwalker avatar vikabu avatar

Watchers

 avatar

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.