최현준

readme Test

1 +<!--
2 +*** Thanks for checking out this README Template. If you have a suggestion that would
3 +*** make this better, please fork the repo and create a pull request or simply open
4 +*** an issue with the tag "enhancement".
5 +*** Thanks again! Now go create something AMAZING! :D
6 +-->
7 +
8 +
9 +
10 +
11 +
12 +<!-- PROJECT SHIELDS -->
13 +<!--
14 +*** I'm using markdown "reference style" links for readability.
15 +*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
16 +*** See the bottom of this document for the declaration of the reference variables
17 +*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
18 +*** https://www.markdownguide.org/basic-syntax/#reference-style-links
19 +-->
20 +[![Contributors][contributors-shield]][contributors-url]
21 +[![Forks][forks-shield]][forks-url]
22 +[![Stargazers][stars-shield]][stars-url]
23 +[![Issues][issues-shield]][issues-url]
24 +[![MIT License][license-shield]][license-url]
25 +[![LinkedIn][linkedin-shield]][linkedin-url]
26 +
27 +
28 +
29 +<!-- PROJECT LOGO -->
30 +<br />
31 +<p align="center">
32 + <a href="https://github.com/othneildrew/Best-README-Template">
33 + <img src="images/logo.png" alt="Logo" width="80" height="80">
34 + </a>
35 +
36 + <h3 align="center">My REAMDME</h3>
37 +
38 + <p align="center">
39 + An awesome README template to jumpstart your projects!
40 + <br />
41 + <a href="https://github.com/othneildrew/Best-README-Template"><strong>Explore the docs »</strong></a>
42 + <br />
43 + <br />
44 + <a href="https://github.com/othneildrew/Best-README-Template">View Demo</a>
45 + ·
46 + <a href="https://github.com/othneildrew/Best-README-Template/issues">Report Bug</a>
47 + ·
48 + <a href="https://github.com/othneildrew/Best-README-Template/issues">Request Feature</a>
49 + </p>
50 +</p>
51 +
52 +
53 +
54 +<!-- TABLE OF CONTENTS -->
55 +## Table of Contents
56 +
57 +* [About the Project](#about-the-project)
58 + * [Built With](#built-with)
59 +* [Getting Started](#getting-started)
60 + * [Prerequisites](#prerequisites)
61 + * [Installation](#installation)
62 +* [Usage](#usage)
63 +* [Roadmap](#roadmap)
64 +* [Contributing](#contributing)
65 +* [License](#license)
66 +* [Contact](#contact)
67 +* [Acknowledgements](#acknowledgements)
68 +
69 +
70 +
71 +<!-- ABOUT THE PROJECT -->
72 +## About The Project
73 +
74 +[![Product Name Screen Shot][product-screenshot]](https://example.com)
75 +
76 +There are many great README templates available on GitHub, however, I didn't find one that really suit 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.
77 +
78 +Here's why:
79 +* Your time should be focused on creating something amazing. A project that solves a problem and helps others
80 +* You shouldn't be doing the same tasks over and over like creating a README from scratch
81 +* You should element DRY principles to the rest of your life :smile:
82 +
83 +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.
84 +
85 +A list of commonly used resources that I find helpful are listed in the acknowledgements.
86 +
87 +### Built With
88 +This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
89 +* [Bootstrap](https://getbootstrap.com)
90 +* [JQuery](https://jquery.com)
91 +* [Laravel](https://laravel.com)
92 +
93 +
94 +
95 +<!-- GETTING STARTED -->
96 +## Getting Started
97 +
98 +This is an example of how you may give instructions on setting up your project locally.
99 +To get a local copy up and running follow these simple example steps.
100 +
101 +### Prerequisites
102 +
103 +This is an example of how to list things you need to use the software and how to install them.
104 +* npm
105 +```sh
106 +npm install npm@latest -g
107 +```
108 +
109 +### Installation
110 +
111 +1. Get a free API Key at [https://example.com](https://example.com)
112 +2. Clone the repo
113 +```sh
114 +git clone https://github.com/your_username_/Project-Name.git
115 +```
116 +3. Install NPM packages
117 +```sh
118 +npm install
119 +```
120 +4. Enter your API in `config.js`
121 +```JS
122 +const API_KEY = 'ENTER YOUR API';
123 +```
124 +
125 +
126 +
127 +<!-- USAGE EXAMPLES -->
128 +## Usage
129 +
130 +Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
131 +
132 +_For more examples, please refer to the [Documentation](https://example.com)_
133 +
134 +
135 +
136 +<!-- ROADMAP -->
137 +## Roadmap
138 +
139 +See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a list of proposed features (and known issues).
140 +
141 +
142 +
143 +<!-- CONTRIBUTING -->
144 +## Contributing
145 +
146 +Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
147 +
148 +1. Fork the Project
149 +2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
150 +3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
151 +4. Push to the Branch (`git push origin feature/AmazingFeature`)
152 +5. Open a Pull Request
153 +
154 +
155 +
156 +<!-- LICENSE -->
157 +## License
158 +
159 +Distributed under the MIT License. See `LICENSE` for more information.
160 +
161 +
162 +
163 +<!-- CONTACT -->
164 +## Contact
165 +
166 +Your Name - [@your_twitter](https://twitter.com/your_username) - email@example.com
167 +
168 +Project Link: [https://github.com/your_username/repo_name](https://github.com/your_username/repo_name)
169 +
170 +
171 +
172 +<!-- ACKNOWLEDGEMENTS -->
173 +## Acknowledgements
174 +* [GitHub Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet)
175 +* [Img Shields](https://shields.io)
176 +* [Choose an Open Source License](https://choosealicense.com)
177 +* [GitHub Pages](https://pages.github.com)
178 +* [Animate.css](https://daneden.github.io/animate.css)
179 +* [Loaders.css](https://connoratherton.com/loaders)
180 +* [Slick Carousel](https://kenwheeler.github.io/slick)
181 +* [Smooth Scroll](https://github.com/cferdinandi/smooth-scroll)
182 +* [Sticky Kit](http://leafo.net/sticky-kit)
183 +* [JVectorMap](http://jvectormap.com)
184 +* [Font Awesome](https://fontawesome.com)
185 +
186 +
187 +
188 +
189 +
190 +<!-- MARKDOWN LINKS & IMAGES -->
191 +<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
192 +[contributors-shield]: https://img.shields.io/github/contributors/othneildrew/Best-README-Template.svg?style=flat-square
193 +[contributors-url]: https://github.com/othneildrew/Best-README-Template/graphs/contributors
194 +[forks-shield]: https://img.shields.io/github/forks/othneildrew/Best-README-Template.svg?style=flat-square
195 +[forks-url]: https://github.com/othneildrew/Best-README-Template/network/members
196 +[stars-shield]: https://img.shields.io/github/stars/othneildrew/Best-README-Template.svg?style=flat-square
197 +[stars-url]: https://github.com/othneildrew/Best-README-Template/stargazers
198 +[issues-shield]: https://img.shields.io/github/issues/othneildrew/Best-README-Template.svg?style=flat-square
199 +[issues-url]: https://github.com/othneildrew/Best-README-Template/issues
200 +[license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=flat-square
201 +[license-url]: https://github.com/othneildrew/Best-README-Template/blob/master/LICENSE.txt
202 +[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
203 +[linkedin-url]: https://linkedin.com/in/othneildrew
204 +[product-screenshot]: images/screenshot.png