Skip to content

Commit 594a569

Browse files
authored
Create README.md with project information
Added a comprehensive README file with project details, structure, and contribution guidelines.
1 parent 1a0499c commit 594a569

1 file changed

Lines changed: 63 additions & 0 deletions

File tree

README.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<div align="center">
2+
3+
# guides
4+
5+
**Practical guides for problems that are hard to find solutions for online.**
6+
7+
🌐 [Live Demo / Website](https://guides.eliekh05.workers.dev/)
8+
9+
[![Stars](https://img.shields.io/github/stars/eliekh05/guides?style=flat-square)](https://github.com/eliekh05/guides/stargazers) [![Forks](https://img.shields.io/github/forks/eliekh05/guides?style=flat-square)](https://github.com/eliekh05/guides/network/members) [![Issues](https://img.shields.io/github/issues/eliekh05/guides?style=flat-square)](https://github.com/eliekh05/guides/issues)
10+
11+
</div>
12+
13+
## 🛠️ Built With
14+
15+
<p align="left">
16+
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/html5/html5-original.svg" alt="HTML" width="36" height="36" title="HTML"/> <img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/javascript/javascript-original.svg" alt="JavaScript" width="36" height="36" title="JavaScript"/>
17+
</p>
18+
19+
HTML 100% · JavaScript 0%
20+
21+
## 📋 About
22+
- **Type:** Software Project
23+
- **Primary Language:** HTML
24+
- **Repository:** [eliekh05/guides](https://github.com/eliekh05/guides)
25+
- **Created:** 2026
26+
- **Last Updated:** Aug 8, 2026
27+
- **Stars:** ⭐ 1 **Forks:** 🍴 0
28+
- **Files:** 281
29+
30+
## 📁 Project Structure
31+
32+
```
33+
guides/
34+
├── .github
35+
├── .gitignore
36+
├── .wranglerignore
37+
├── build.js
38+
├── guides
39+
├── index.html
40+
├── wrangler.jsonc
41+
```
42+
43+
## 🤝 Contributing
44+
45+
Contributions, issues, and feature requests are welcome!
46+
47+
1. Fork the repository
48+
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
49+
3. Commit your changes (`git commit -m 'Add amazing feature'`)
50+
4. Push to the branch (`git push origin feature/amazing-feature`)
51+
5. Open a Pull Request
52+
53+
## 👥 Contributors
54+
55+
Thanks to 1 contributor!
56+
57+
[![Contributors](https://contrib.rocks/image?repo=eliekh05/guides)](https://github.com/eliekh05/guides/graphs/contributors)
58+
59+
---
60+
61+
<div align="center">
62+
<sub>Generated by <a href="https://gh-repo-gen.pages.dev">gh-repo-gen</a> · Data sourced from <a href="https://api.github.com">api.github.com</a></sub>
63+
</div>

0 commit comments

Comments
 (0)