Skip to content

Commit 4a88a76

Browse files
committed
Updated the README file
1 parent 03769f9 commit 4a88a76

File tree

1 file changed

+272
-8
lines changed

1 file changed

+272
-8
lines changed

README.md

Lines changed: 272 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,276 @@
1-
# react-gallery-app
2-
Basic React 18 Gallery Application built using React, Tailwindcss and Pixabay API
1+
2+
![Logo](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/th5xamgrr6se0x5ro4g6.png)
3+
4+
5+
# Project Title
6+
7+
A brief description of what this project does and who it's for
8+
9+
10+
## Features
11+
12+
- Light/dark mode toggle
13+
- Live previews
14+
- Fullscreen mode
15+
- Cross platform
16+
17+
18+
## Tech Stack
19+
20+
**Client:** React, Redux, TailwindCSS
21+
22+
**Server:** Node, Express
23+
24+
25+
## Appendix
26+
27+
Any additional information goes here
28+
29+
30+
## API Reference
31+
32+
#### Get all items
33+
34+
```http
35+
GET /api/items
36+
```
37+
38+
| Parameter | Type | Description |
39+
| :-------- | :------- | :------------------------- |
40+
| `api_key` | `string` | **Required**. Your API key |
41+
42+
#### Get item
43+
44+
```http
45+
GET /api/items/${id}
46+
```
47+
48+
| Parameter | Type | Description |
49+
| :-------- | :------- | :-------------------------------- |
50+
| `id` | `string` | **Required**. Id of item to fetch |
51+
52+
#### add(num1, num2)
53+
54+
Takes two numbers and returns the sum.
55+
56+
## Color Reference
57+
58+
| Color | Hex |
59+
| ----------------- | ------------------------------------------------------------------ |
60+
| Example Color | ![#0a192f](https://via.placeholder.com/10/0a192f?text=+) #0a192f |
61+
| Example Color | ![#f8f8f8](https://via.placeholder.com/10/f8f8f8?text=+) #f8f8f8 |
62+
| Example Color | ![#00b48a](https://via.placeholder.com/10/00b48a?text=+) #00b48a |
63+
| Example Color | ![#00d1a0](https://via.placeholder.com/10/00b48a?text=+) #00d1a0 |
64+
65+
66+
## Contributing
67+
68+
Contributions are always welcome!
69+
70+
See `contributing.md` for ways to get started.
71+
72+
Please adhere to this project's `code of conduct`.
73+
74+
75+
## Demo
76+
77+
Insert gif or link to demo
78+
79+
80+
## Deployment
81+
82+
To deploy this project run
83+
84+
```bash
85+
npm run deploy
86+
```
87+
88+
89+
## Documentation
90+
91+
[Documentation](https://linktodocumentation)
92+
93+
94+
## Environment Variables
95+
96+
To run this project, you will need to add the following environment variables to your .env file
97+
98+
`API_KEY`
99+
100+
`ANOTHER_API_KEY`
101+
102+
103+
## 🚀 About Me
104+
I'm a full stack developer...
105+
106+
107+
# Hi, I'm Katherine! 👋
108+
109+
110+
## 🔗 Links
111+
[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://katherineoelsner.com/)
112+
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/)
113+
[![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/)
114+
115+
116+
## Other Common Github Profile Sections
117+
👩‍💻 I'm currently working on...
118+
119+
🧠 I'm currently learning...
120+
121+
👯‍♀️ I'm looking to collaborate on...
122+
123+
🤔 I'm looking for help with...
124+
125+
💬 Ask me about...
126+
127+
📫 How to reach me...
128+
129+
😄 Pronouns...
130+
131+
⚡️ Fun fact...
132+
133+
134+
## 🛠 Skills
135+
Javascript, HTML, CSS...
136+
137+
138+
## Installation
139+
140+
Install my-project with npm
141+
142+
```bash
143+
npm install my-project
144+
cd my-project
145+
```
146+
147+
## Run Locally
148+
149+
Clone the project
150+
151+
```bash
152+
git clone https://link-to-project
153+
```
154+
155+
Go to the project directory
156+
157+
```bash
158+
cd my-project
159+
```
160+
161+
Install dependencies
162+
163+
```bash
164+
npm install
165+
```
166+
167+
Start the server
168+
169+
```bash
170+
npm run start
171+
```
172+
173+
174+
## Running Tests
175+
176+
To run tests, run the following command
177+
178+
```bash
179+
npm run test
3180
```
4-
# Install dependencies
5-
npm install
6181

7-
# Watch CSS & run server on :3000
8-
npm run dev
9182

10-
# Build CSS and assets
11-
npm run build
183+
## Usage/Examples
184+
185+
```javascript
186+
import Component from 'my-project'
187+
188+
function App() {
189+
return <Component />
190+
}
12191
```
192+
193+
194+
## Optimizations
195+
196+
What optimizations did you make in your code? E.g. refactors, performance improvements, accessibility
197+
198+
199+
## Used By
200+
201+
This project is used by the following companies:
202+
203+
- Company 1
204+
- Company 2
205+
206+
207+
## Support
208+
209+
For support, email [email protected] or join our Slack channel.
210+
211+
212+
## Screenshots
213+
214+
![App Screenshot](https://via.placeholder.com/468x300?text=App+Screenshot+Here)
215+
216+
217+
## Roadmap
218+
219+
- Additional browser support
220+
221+
- Add more integrations
222+
223+
224+
## Acknowledgements
225+
226+
- [Awesome Readme Templates](https://awesomeopensource.com/project/elangosundar/awesome-README-templates)
227+
- [Awesome README](https://github.com/matiassingers/awesome-readme)
228+
- [How to write a Good readme](https://bulldogjob.com/news/449-how-to-write-a-good-readme-for-your-github-project)
229+
230+
231+
## Lessons Learned
232+
233+
What did you learn while building this project? What challenges did you face and how did you overcome them?
234+
235+
236+
## Related
237+
238+
Here are some related projects
239+
240+
[Awesome README](https://github.com/matiassingers/awesome-readme)
241+
242+
243+
## License
244+
245+
[MIT](https://choosealicense.com/licenses/mit/)
246+
247+
248+
## FAQ
249+
250+
#### Question 1
251+
252+
Answer 1
253+
254+
#### Question 2
255+
256+
Answer 2
257+
258+
259+
## Feedback
260+
261+
If you have any feedback, please reach out to us at [email protected]
262+
263+
264+
## Badges
265+
266+
Add badges from somewhere like: [shields.io](https://shields.io/)
267+
268+
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
269+
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
270+
[![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)
271+
272+
273+
## Authors
274+
275+
- [@octokatherine](https://www.github.com/octokatherine)
276+

0 commit comments

Comments
 (0)