Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55701a1

Browse files
committed
change description of homework
1 parent 6772e1d commit 55701a1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Week3/MAKEME.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22

33
## Full ToDo App : Be Creative!
44
- Design and finalize the ToDo App database. Be creative. Support multiple users.
5-
- Create a nodeJS based server, a web interface (using HTML and CSS) and write a JS program that will
6-
- Insert items in ToDo list
5+
- Create a node server to make Web APIs for ToDo app
6+
- Support following functions:
7+
- Insert item(s) in ToDo list
8+
- Delete item(s) in ToDo list
79
- Create a new ToDo list
10+
- Delete a ToDo list
811
- Mark an item as completed
9-
- Add a reminder for the list (or the item)
10-
- my favourite feature
11-
- another feature that my friend wants
12-
- another feature my teacher wants ;-)
12+
- Add a reminder for the list (not for the item)
1313
- Write the necessary SQL statements/commands to maintain the state of the database.
14+
- Use PostMan to test the APIs.
1415

1516
### What to submit
1617
- .sql file with the dump of database (all create table statements, insert values etc.)
17-
- .html, .css, .js, .json, .\* files that make up your app/project
18+
- .js, .json, .\* files that make up your app/project
1819
- README.md file that explains how to run and test your app/project
1920

2021
## Check out the React repo [here](https://github.com/HackYourFuture/React)

0 commit comments

Comments
 (0)