-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadmeEsteroides
276 lines (145 loc) Β· 4.93 KB
/
readmeEsteroides
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
# Project Title
A brief description of what this project does and who it's for
## Acknowledgements
- [Awesome Readme Templates](https://awesomeopensource.com/project/elangosundar/awesome-README-templates)
- [Awesome README](https://github.com/matiassingers/awesome-readme)
- [How to write a Good readme](https://bulldogjob.com/news/449-how-to-write-a-good-readme-for-your-github-project)
## API Reference
#### Get all items
```http
GET /api/items
```
| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `api_key` | `string` | **Required**. Your API key |
#### Get item
```http
GET /api/items/${id}
```
| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `id` | `string` | **Required**. Id of item to fetch |
#### add(num1, num2)
Takes two numbers and returns the sum.
## Appendix
Any additional information goes here
## Authors
- [@katherinepeterson](https://www.github.com/octokatherine)
## Badges
Add badges from somewhere like: [shields.io](https://shields.io/)
[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
[![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)
## Color Reference
| Color | Hex |
| ----------------- | ------------------------------------------------------------------ |
| Example Color | ![#0a192f](https://via.placeholder.com/10/0a192f?text=+) #0a192f |
| Example Color | ![#f8f8f8](https://via.placeholder.com/10/f8f8f8?text=+) #f8f8f8 |
| Example Color | ![#00b48a](https://via.placeholder.com/10/00b48a?text=+) #00b48a |
| Example Color | ![#00d1a0](https://via.placeholder.com/10/00b48a?text=+) #00d1a0 |
## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.
## Demo
Insert gif or link to demo
## Deployment
To deploy this project run
```bash
npm run deploy
```
## Documentation
[Documentation](https://linktodocumentation)
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
`API_KEY`
`ANOTHER_API_KEY`
## FAQ
#### Question 1
Answer 1
#### Question 2
Answer 2
## Features
- Light/dark mode toggle
- Live previews
- Fullscreen mode
- Cross platform
## Feedback
If you have any feedback, please reach out to us at fake@fake.com
## π About Me
I'm a full stack developer...
# Hi, I'm Katherine! π
## π Links
[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://katherinempeterson.com/)
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/)
[![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/)
## Other Common Github Profile Sections
π©βπ» I'm currently working on...
π§ I'm currently learning...
π―ββοΈ I'm looking to collaborate on...
π€ I'm looking for help with...
π¬ Ask me about...
π« How to reach me...
π Pronouns...
β‘οΈ Fun fact...
## π Skills
Javascript, HTML, CSS...
## Installation
Install my-project with npm
```bash
npm install my-project
cd my-project
```
## Lessons Learned
What did you learn while building this project? What challenges did you face and how did you overcome them?
## License
[MIT](https://choosealicense.com/licenses/mit/)
![Logo](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/th5xamgrr6se0x5ro4g6.png)
## Optimizations
What optimizations did you make in your code? E.g. refactors, performance improvements, accessibility
## Related
Here are some related projects
[Awesome README](https://github.com/matiassingers/awesome-readme)
## Roadmap
- Additional browser support
- Add more integrations
## Run Locally
Clone the project
```bash
git clone https://link-to-project
```
Go to the project directory
```bash
cd my-project
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run start
```
## Screenshots
![App Screenshot](https://via.placeholder.com/468x300?text=App+Screenshot+Here)
## Support
For support, email fake@fake.com or join our Slack channel.
## Tech Stack
**Client:** React, Redux, TailwindCSS
**Server:** Node, Express
## Running Tests
To run tests, run the following command
```bash
npm run test
```
## Usage/Examples
```javascript
import Component from 'my-project'
function App() {
return <Component />
}
```
## Used By
This project is used by the following companies:
- Company 1
- Company 2