Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# README Template
# State Farm Coding Competition Finals Submission

## Team Name: <>

* Team Member(s): <>, <>
## Team Name: Vikas & Joshua

* Team Member(s): Vikas Thoutan, Joshua Das

## List of Required Software

> Examples: `NodeJS version X` or `Java version Y`
> Used: `ReactJS` & `NodeJS`

<>, <>, <>

## How to Run

> List any commands to run your project. For example:
## How to Run

```sh
# To get most NodeJS apps to run locally
Expand All @@ -22,11 +21,11 @@ npm start
# OR
npm run dev
```
## How to use
* our app allows an agent to log in and view their customer's data and contact information
* it is meant to be easy to follow so that the agent can have a simple way to view all of their customers important information

## Known Issues or Bugs

> If there's any known problems with running your app, please list them below.

1. <>
2. <>
3. <>
> Currently, Edit Row does not accept inputs.
> Backend is incomplete.
23 changes: 23 additions & 0 deletions ReactApp/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# 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*
9 changes: 9 additions & 0 deletions ReactApp/.idea/expiremental.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions ReactApp/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions ReactApp/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions ReactApp/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 55 additions & 0 deletions ReactApp/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading