-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmvp-checklist.txt
45 lines (23 loc) · 959 Bytes
/
mvp-checklist.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
project includes a wireframe for each view
project includes a list of MVP features *
project includes a data model
app has at least 3 main features *
front end makes a request to the server and handles the response *
front end is interactive *
app has custom styling *
app has at least 5 semantic tags *
app includes 1 view *
styling includes flexbox
at least 1 view is responsive
styling includes animations
app includes a GET endpoint and handler function *
app includes a POST endpoint and handler function *
app includes a PUT endpoint and handler function
app utilizes Sequelize
project includes at least 1 controller file
project includes a seed file or function
app uses 1 table
app uses 1+ additional tables
discusses project purpose and demonstrates MVP *
does not discuss broken/unimplemented features
recording is between 2-3 minutes