조국현

Update README.md

Showing 1 changed file with 20 additions and 15 deletions
...@@ -80,17 +80,18 @@ ...@@ -80,17 +80,18 @@
80 80
81 81
82 <!-- ABOUT THE PROJECT --> 82 <!-- ABOUT THE PROJECT -->
83 -## About The Project 83 +## 음식 레시피 정보 제공 서비스
84 84
85 [![Product Name Screen Shot][product-screenshot]](https://example.com) 85 [![Product Name Screen Shot][product-screenshot]](https://example.com)
86 86
87 There are many great README templates available on GitHub; however, I didn't find one that really suited my needs so I created this enhanced one. I want to create a README template so amazing that it'll be the last one you ever need -- I think this is it. 87 There are many great README templates available on GitHub; however, I didn't find one that really suited my needs so I created this enhanced one. I want to create a README template so amazing that it'll be the last one you ever need -- I think this is it.
88 88
89 -Here's why:
90 -* Your time should be focused on creating something amazing. A project that solves a problem and helps others
91 -* You shouldn't be doing the same tasks over and over like creating a README from scratch
92 -* You should implement DRY principles to the rest of your life :smile:
93 89
90 +* 음식이름 검색하여 재료 조회 기능
91 +* 재료이름 검색하여 음식 조회 기능
92 +* 요리영상 시청, 추천, 댓글 기능
93 +* 관리자 로그인, 관리 기능
94 +* 친구와 레시피 공유 기능(QR 코드,카카오톡 공유)
94 Of course, no one template will serve all projects since your needs may be different. So I'll be adding more in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people have contributed to expanding this template! 95 Of course, no one template will serve all projects since your needs may be different. So I'll be adding more in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people have contributed to expanding this template!
95 96
96 Use the `BLANK_README.md` to get started. 97 Use the `BLANK_README.md` to get started.
...@@ -102,15 +103,9 @@ Use the `BLANK_README.md` to get started. ...@@ -102,15 +103,9 @@ Use the `BLANK_README.md` to get started.
102 ### Built With 103 ### Built With
103 104
104 This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples. 105 This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
106 +
107 +* [Node.js](https://nodejs.org/)
105 108
106 -* [Next.js](https://nextjs.org/)
107 -* [React.js](https://reactjs.org/)
108 -* [Vue.js](https://vuejs.org/)
109 -* [Angular](https://angular.io/)
110 -* [Svelte](https://svelte.dev/)
111 -* [Laravel](https://laravel.com)
112 -* [Bootstrap](https://getbootstrap.com)
113 -* [JQuery](https://jquery.com)
114 109
115 <p align="right">(<a href="#top">back to top</a>)</p> 110 <p align="right">(<a href="#top">back to top</a>)</p>
116 111
...@@ -165,7 +160,13 @@ _For more examples, please refer to the [Documentation](https://example.com)_ ...@@ -165,7 +160,13 @@ _For more examples, please refer to the [Documentation](https://example.com)_
165 160
166 <!-- ROADMAP --> 161 <!-- ROADMAP -->
167 ## Roadmap 162 ## Roadmap
168 - 163 +- [] 로그인 기능 구현
164 +- [] 로그아웃 기능 구현
165 +- [] Welcome page design
166 +- []
167 +- [] AWS 사용
168 +- [] Add "components" document to easily copy & paste sections of the readme
169 +- [] Multi-language Support
169 - [x] Add Changelog 170 - [x] Add Changelog
170 - [x] Add back to top links 171 - [x] Add back to top links
171 - [] Add Additional Templates w/ Examples 172 - [] Add Additional Templates w/ Examples
...@@ -210,7 +211,11 @@ Distributed under the MIT License. See `LICENSE.txt` for more information. ...@@ -210,7 +211,11 @@ Distributed under the MIT License. See `LICENSE.txt` for more information.
210 <!-- CONTACT --> 211 <!-- CONTACT -->
211 ## Contact 212 ## Contact
212 213
213 -Your Name - [@your_twitter](https://twitter.com/your_username) - email@example.com 214 +구희연 - [rndus0819@khu.ac.kr](rndus0819@khu.ac.kr)
215 +
216 +윤희찬 - [harryyoon7@khu.ac.kr](harryyoon7@khu.ac.kr)
217 +
218 +조국현 - [2013110441@khu.ac.kr](2013110441@khu.ac.kr)
214 219
215 Project Link: [https://github.com/your_username/repo_name](https://github.com/your_username/repo_name) 220 Project Link: [https://github.com/your_username/repo_name](https://github.com/your_username/repo_name)
216 221
......