Skip to content

Commit

Permalink
Commit files
Browse files Browse the repository at this point in the history
Relates #29

Co-authored-by: Alexreid95 <[email protected]>
  • Loading branch information
hannahgooding and Alexreid95 committed May 20, 2020
1 parent 35bd90a commit de45adb
Show file tree
Hide file tree
Showing 14 changed files with 482 additions and 102 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules/
12 changes: 6 additions & 6 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": false
}
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": false
}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# work-in-progress

Weeks 11-13 Student Project

## Co-authoring credits

Co-authored-by: Jack Heriz-Smith <[email protected]>
Co-authored-by: CampbellDocherty <[email protected]>
Co-authored-by: Hannah Gooding <[email protected]>
Co-authored-by: Alexreid95 <[email protected]>
Co-authored-by: Alexreid95 <[email protected]>
Loading

0 comments on commit de45adb

Please sign in to comment.