Skip to content

Commit d6e23a0

Browse files
Merge pull request #2 from jaclynbrothers/answer
Fixed naming convention, removed file, updated README
2 parents 0e28056 + ff75d60 commit d6e23a0

File tree

3 files changed

+27
-105
lines changed

3 files changed

+27
-105
lines changed

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# BookMarks: Reading Notes
22
This project allows the user to create, edit, save, and delete their notes for upcoming book reports and tests.
33

4-
**Link to project:**
4+
**Link to project:** https://bookmarks-api-r8fe.onrender.com
55

66
## How It's Made
77

@@ -38,4 +38,28 @@ Photo of Student from colorlib.com
3838

3939
## Other Projects
4040

41-
**Coming Soon**
41+
<table bordercolor="#66b2b2">
42+
<tr>
43+
<td width="33.3%" style="align:center;" valign="top">
44+
<a target="_blank" href="https://github.com/jaclynbrothers/squawk-space">Squawk Space</a>
45+
<br>
46+
<a target="_blank" href="https://github.com/jaclynbrothers/squawk-space">
47+
<img src="https://media.giphy.com/media/7dsiIBgG8OuU95SUvF/giphy.gif" width="100%" alt="Squawk Space">
48+
</a>
49+
</td>
50+
<td width="33.3%" valign="top">
51+
<a target="_blank" href="https://github.com/jaclynbrothers/artist-portfolio">Artist Portfolio</a>
52+
<br>
53+
<a target="_blank" href="https://github.com/jaclynbrothers/artist-portfolio">
54+
<img src="https://media.giphy.com/media/OtZnHQvpwaGOxKxoi1/giphy.gif" width="100%" alt="Artist Portfolio Website">
55+
</a>
56+
</td>
57+
<td width="33.3%" valign="top">
58+
<a target="_blank" href="https://github.com/jaclynbrothers/movie-recommendations-api">Movie Recommendations API</a>
59+
<br>
60+
<a target="_blank" href="https://github.com/jaclynbrothers/movie-recommendations-api">
61+
<img src="https://media.giphy.com/media/MkNt7t4yHfgI8bnwF9/giphy.gif" width="100%" alt="Movie Recommendations">
62+
</a>
63+
</td>
64+
</tr>
65+
</table>

public/main.js

Lines changed: 0 additions & 102 deletions
This file was deleted.

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const express = require("express");
88
const app = express();
99
const PORT = 8000;
1010
const mongoose = require("mongoose");
11-
const TodoTask = require("./models/TodoTask");
11+
const TodoTask = require("./models/todotask");
1212
require('dotenv').config()
1313

1414
//Set Middleware

0 commit comments

Comments
 (0)