Skip to content

Commit db20406

Browse files
committed
2 parents bc415e8 + 9238289 commit db20406

File tree

1 file changed

+184
-0
lines changed

1 file changed

+184
-0
lines changed

README.md

Lines changed: 184 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,184 @@
1+
<!--
2+
Hey, thanks for using the awesome-readme-template template.
3+
If you have any enhancements, then fork this project and create a pull request
4+
or just open an issue with the label "enhancement".
5+
6+
Don't forget to give this project a star for additional support ;)
7+
Maybe you can mention me or this repo in the acknowledgements too
8+
-->
9+
10+
<!--
11+
This README is a slimmed down version of the original one.
12+
Removed sections:
13+
- Screenshots
14+
- Running Test
15+
- Deployment
16+
- FAQ
17+
-->
18+
19+
<div align="center">
20+
21+
<img src="static/assets/images/logo.png" alt="logo" width="250" height="auto" />
22+
23+
<p>
24+
One Stop for all your coding needs!
25+
That too for FREEE!
26+
</p>
27+
28+
29+
<!-- Badges -->
30+
<p>
31+
<a href="https://github.com/Louis3797/awesome-readme-template/graphs/contributors">
32+
<img src="https://img.shields.io/github/contributors/Louis3797/awesome-readme-template" alt="contributors" />
33+
</a>
34+
<a href="">
35+
<img src="https://img.shields.io/github/last-commit/Louis3797/awesome-readme-template" alt="last update" />
36+
</a>
37+
<a href="https://github.com/Louis3797/awesome-readme-template/network/members">
38+
<img src="https://img.shields.io/github/forks/Louis3797/awesome-readme-template" alt="forks" />
39+
</a>
40+
<a href="https://github.com/Louis3797/awesome-readme-template/stargazers">
41+
<img src="https://img.shields.io/github/stars/Louis3797/awesome-readme-template" alt="stars" />
42+
</a>
43+
<a href="https://github.com/Louis3797/awesome-readme-template/issues/">
44+
<img src="https://img.shields.io/github/issues/Louis3797/awesome-readme-template" alt="open issues" />
45+
</a>
46+
<a href="https://github.com/Louis3797/awesome-readme-template/blob/master/LICENSE">
47+
<img src="https://img.shields.io/github/license/Louis3797/awesome-readme-template.svg" alt="license" />
48+
</a>
49+
</p>
50+
51+
<h4>
52+
<a href="https://github.com/Louis3797/awesome-readme-template/">View Demo</a>
53+
<span> · </span>
54+
<a href="https://github.com/Louis3797/awesome-readme-template">Documentation</a>
55+
<span> · </span>
56+
<a href="https://github.com/Louis3797/awesome-readme-template/issues/">Report Bug</a>
57+
<span> · </span>
58+
<a href="https://github.com/Louis3797/awesome-readme-template/issues/">Request Feature</a>
59+
</h4>
60+
</div>
61+
62+
<br />
63+
64+
<!-- Table of Contents -->
65+
# :notebook_with_decorative_cover: Table of Contents
66+
67+
- [About the Project](#star2-about-the-project)
68+
* [Tech Stack](#space_invader-tech-stack)
69+
* [Features](#dart-features)
70+
* [Color Reference](#art-color-reference)
71+
* [Environment Variables](#key-environment-variables)
72+
- [Getting Started](#toolbox-getting-started)
73+
* [Prerequisites](#bangbang-prerequisites)
74+
* [Installation](#gear-installation)
75+
* [Run Locally](#running-run-locally)
76+
- [Usage](#eyes-usage)
77+
- [Roadmap](#compass-roadmap)
78+
- [Contributing](#wave-contributing)
79+
* [Code of Conduct](#scroll-code-of-conduct)
80+
- [License](#warning-license)
81+
- [Contact](#handshake-contact)
82+
- [Acknowledgements](#gem-acknowledgements)
83+
84+
85+
<!-- About the Project -->
86+
## :star2: About the Project
87+
88+
<div align="center">
89+
<img src="https://placehold.co/600x400?text=Your+Screenshot+here" alt="screenshot" />
90+
</div>
91+
92+
93+
<!-- TechStack -->
94+
### :space_invader: Tech Stack
95+
96+
<details>
97+
<summary>Frontend</summary>
98+
<ul>
99+
<li><a href="https://www.typescriptlang.org/">Typescript</a></li>
100+
<li><a href="https://nextjs.org/">Next.js</a></li>
101+
<li><a href="https://reactjs.org/">React.js</a></li>
102+
<li><a href="https://tailwindcss.com/">TailwindCSS</a></li>
103+
</ul>
104+
</details>
105+
106+
<details>
107+
<summary>Backend</summary>
108+
<ul>
109+
<li><a href="https://www.typescriptlang.org/">Typescript</a></li>
110+
<li><a href="https://expressjs.com/">Express.js</a></li>
111+
<li><a href="https://go.dev/">Golang</a></li>
112+
<li><a href="https://nestjs.com/">Nest.js</a></li>
113+
<li><a href="https://socket.io/">SocketIO</a></li>
114+
<li><a href="https://www.prisma.io/">Prisma</a></li>
115+
<li><a href="https://www.apollographql.com/">Apollo</a></li>
116+
<li><a href="https://graphql.org/">GraphQL</a></li>
117+
</ul>
118+
</details>
119+
120+
<!-- Features -->
121+
### :dart: Features
122+
123+
- Feature 1
124+
- Feature 2
125+
- Feature 3
126+
127+
<!-- Color Reference -->
128+
### :art: Color Reference
129+
130+
| Color | Hex |
131+
| ----------------- | ------------------------------------------------------------------ |
132+
| Primary Color | ![#222831](https://via.placeholder.com/10/222831?text=+) #222831 |
133+
| Secondary Color | ![#393E46](https://via.placeholder.com/10/393E46?text=+) #393E46 |
134+
| Accent Color | ![#00ADB5](https://via.placeholder.com/10/00ADB5?text=+) #00ADB5 |
135+
| Text Color | ![#EEEEEE](https://via.placeholder.com/10/EEEEEE?text=+) #EEEEEE |
136+
137+
138+
<!-- Usage -->
139+
## :eyes: Visit Live Project!
140+
<ul><li>
141+
<a href="https://Codecolts.vercel.app/">CodeColts()</a>
142+
</li></ul>
143+
144+
<!-- Roadmap -->
145+
## :compass: Roadmap
146+
147+
* [x] Complete Free Courses Library
148+
* [ ] Build Certify (Certification engine)
149+
150+
<!-- Contributing -->
151+
## :wave: Contributing
152+
153+
<a href="https://github.com/Louis3797/awesome-readme-template/graphs/contributors">
154+
<img src="https://contrib.rocks/image?repo=Louis3797/awesome-readme-template" />
155+
</a>
156+
157+
158+
Contributions are always welcome!
159+
160+
See `contributing.md` for ways to get started.
161+
162+
163+
<!-- License -->
164+
## :warning: License
165+
166+
Distributed under the no License. See LICENSE.txt for more information.
167+
168+
169+
<!-- Contact -->
170+
## :handshake: Contact
171+
172+
Hasan Imam - [@introvertCoder](https://instagram.com/@introvertcoder) - contact.hasan23@gmail.com
173+
174+
Project Link: [https://github.com/Louis3797/awesome-readme-template](https://github.com/Louis3797/awesome-readme-template)
175+
176+
<!-- Acknowledgments -->
177+
## :gem: Acknowledgements
178+
179+
Use this section to mention useful resources and libraries that you have used in your projects.
180+
181+
- [Shields.io](https://shields.io/)
182+
- [Awesome README](https://github.com/matiassingers/awesome-readme)
183+
- [Emoji Cheat Sheet](https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md#travel--places)
184+
- [Readme Template](https://github.com/othneildrew/Best-README-Template)

0 commit comments

Comments
 (0)