Skip to content

Latest commit

 

History

History

scaffold-2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

<<<<<<< HEAD

Payments App

This repository contains the intial code for a React app to make and track payments.

This repository is part of CodeYourFuture's group projects.

JavaScript DOM - Payments

In this project, you will work with your group to build a small payments tool. This tool will help you keep track of how many payments you've received and which payments have been completed.

Screenshot of the completed payments app

Once you have cloned the repository, you can run the script with npm run serve.

First Steps

  1. Ask your project leader to set up a group repository based on this repository.
  2. Make sure each member in the group has forked from your project leader's repository.
  3. Install dependencies with npm install.
  4. Open the app.js file and read the instructions. Do you understand what you need to do?
  5. Discuss with your group how to divide up the project and assign responsibilities.
  6. Read the rest of this document before beginning.

Final Product

When you complete the project, we'll expect to be able to clone the master branch of your group repository, run npm run serve, and see the completed app.

Be sure to alert the mentors when you have finished so that we can review it.

dom-payments/master