구희연

Update README.md

......@@ -136,19 +136,16 @@ This is an example of how to list things you need to use the software and how to
_Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services._
1. Get a free API Key at [https://example.com](https://example.com)
2. Clone the repo
1. Clone the repo
```sh
git clone https://github.com/your_username_/Project-Name.git
git clone http://khuhub.khu.ac.kr/2018102774/Food_recipe_info.git
```
3. Install NPM packages
2. Install NPM packages
```sh
npm install
```
4. Enter your API in `config.js`
```js
const API_KEY = 'ENTER YOUR API';
```
<p align="right">(<a href="#top">back to top</a>)</p>
......@@ -167,7 +164,8 @@ _For more examples, please refer to the [Documentation](https://example.com)_
<!-- ROADMAP -->
## Roadmap
- 로그인 기능 구현
- 회원가입 기능 구현
- 로그인 기능 구현(카카오톡,페이스북등 sns로그인 가능)
- 로그아웃 기능 구현
- Welcome page design
- open API를 사용하여 음식 레시피 정보 제공
......