Skip to content

Commit b7fe8df

Browse files
new readme (dummy data)
1 parent ce9e72b commit b7fe8df

File tree

1 file changed

+185
-0
lines changed

1 file changed

+185
-0
lines changed

README.md

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

0 commit comments

Comments
 (0)