Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed May 21, 2018
0 parents commit 87db281
Show file tree
Hide file tree
Showing 11 changed files with 11,488 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 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](https://github.com/CodeYourFuture/group-projects).
Loading

0 comments on commit 87db281

Please sign in to comment.