Giter Club home page Giter Club logo

checkpoint-senior-1's Introduction

Welcome to your final checkpoint at Fullstack Academy!

Resources

Except for existing codebases (from workshops / checkpoints / projects you've done, or library / solution code), you are allowed to use any resources you'd like. That includes all documentation and workshop instructions.

Please make sure you complete specs located in the following files:

tests/01-react/react-tests.js

tests/02-backend/backend-tests.js

tests/03-js/flatline-test.js

This is the recommended order in which you complete each test; however, they do not depend on each other! If you get stuck or want to work in a different order, you should be able to.

Getting started

Fork and clone this repository. Run npm install, then execute the following to run all tests:

npm test

To run only specific test suites, you can optionally do any of the following:

npm run server-test
npm run react-test
npm run js-test
npm run extra-credit

To only run a specific describe or it, you can also chain .only:

it.only('does something', testFunc);

Extra Credit

For the brave, the extra credit (implementing Promise.map) is available in tests/04-extra-credit. Run with npm run extra-credit.

Submit

  1. git add -A
  2. git commit -m 'submission for deadline'
  3. git push origin master

checkpoint-senior-1's People

Contributors

antonlnd 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.