Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Answer #436

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.DS_Store
node_modules
.env
26 changes: 8 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
#100Devs Simple Express App Submission
# Client Connect Call Tracker
A basic CRUD app with a dynamically-rendered table to display user-entered data.

### Goal: Make Your Own CRUD APP and Push To Heroku
**Link to project:** https://clientconnect-app.herokuapp.com

### How to submit your code for review:
![Site Preview Image](https://github.com/cynthiablack/simple-express-app-submission/blob/answer/sitepreview.png)

- Fork and clone this repo
- Create a new branch called answer
- Checkout answer branch
- Push to your fork
- Issue a pull request
- Your pull request description should contain the following:
- (1 to 5 no 3) I completed the challenge
- (1 to 5 no 3) I feel good about my code
- Anything specific on which you want feedback!
## How It's Made:

Example:
```
I completed the challenge: 5
I feel good about my code: 4
I'm not sure if my constructors are setup cleanly...
```
**Tech used:** MongoDB, Express.js, Node.js, Javascript, EJS, CSS

ClientConnect allows users to enter client contact data into a web form, track follow up contacts on a dynamically-rendered table, and delete client contact information.
Loading