sdy

make README.md for khuhub

Showing 1 changed file with 52 additions and 0 deletions
1 +# Capstone design
2 +
3 +1st semester capstone design project
4 +
5 +Subject : Making website in order to practice latest web technologies
6 +
7 +sub-subject : making chat site using JS
8 +
9 +
10 +# Schedule
11 +
12 +- 4/6 ~ 4/12
13 +- [X] Set development environment
14 +
15 + (tech : react.js, react hooks, styled-components, GraphQL, Prisma, Apollo, AWS)
16 +
17 +- 4/13 ~ 4/19
18 +- [ ] login, sign up
19 +
20 + (using JWT, sendGrid)
21 +
22 +- 4/20 ~ 4/26
23 +- [ ] Find ID, PW
24 +
25 +- 4/27 ~ 5/3
26 +- [ ] Make chat room
27 +
28 + (using subscription)
29 +
30 +- 5/4 ~ 5/10
31 +- [ ] Mid-term exam, Debugging
32 +
33 +- 5/11 ~ 5/17
34 +- [ ] Plan chat category and make code
35 +
36 +- 5/18 ~ 5/24
37 +- [ ] Debugging for code created in 6th week
38 +
39 +- 5/25 ~ 5/31
40 +- [ ] Plan a matching strategy for random chat
41 +
42 +- 6/1 ~ 6/7
43 +- [ ] Make a code based on the matching plan created in 8th week
44 +
45 +- 6/8 ~ 6/14
46 +- [ ] Debugging for whole codes in our project
47 +
48 +- 6/15 ~ 6/21
49 +- [ ] Deploy project in AWS amplify
50 +
51 +- 6/22 ~ 6/26
52 +- [ ] Final exam, review project