Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit cae40d4

Browse files
authored
docs(core): README.md - add issues, tests and coverage badges (#266) (#315)
1 parent 58da758 commit cae40d4

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

README.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,18 @@ Monorepo containing CodersCamp's internal application, its website, and all deve
66
[![Explore component library](https://img.shields.io/badge/-Explore%20component%20library-FF4785?style=for-the-badge&logo=storybook&logoColor=white)](https://coderscamp-storybook.vercel.app/)     
77
[![See application mockups](https://img.shields.io/badge/-See%20application%20mockups-A259FF?style=for-the-badge&logo=figma&logoColor=white)](https://www.figma.com/file/ur0KLA9ZOtiodrAmpXrxh9/CodersCamp-app-and-website)
88

9+
| package | issues | tests | coverage |
10+
| ------- | ------------------------------------------------------------ | ------------------------------------------- | ----------------------------------------------------- |
11+
| api | [![issues-api][issues-api-badge]][issues-api-link] | [![Action status][workflow]][workflow-link] | [![codecov-api][codecov-api-badge]][codecov-api-link] |
12+
| ui | [![issues-ui][issues-ui-badge]][issues-ui-link] | [![Action status][workflow]][workflow-link] | [![codecov-ui][codecov-ui-badge]][codecov-ui-link] |
13+
| website | [![issues-panel][issues-website-badge]][issues-website-link] | [![Action status][workflow]][workflow-link] | -------------------- |
14+
| panel | [![issues-panel][issues-panel-badge]][issues-panel-link] | [![Action status][workflow]][workflow-link] | -------------------- |
15+
916
## What is CodersCamp?
10-
CodersCamp is a 6 month long, free, and open web development bootcamp organized in Poland by the CodersCrew Association. Our mission is to guide everyone from the first lines of code to a career as a web developer. During the course, participants receive an interactive learning plan containing 5 modules:
17+
18+
CodersCamp is a 6 month long, free, and open web development bootcamp organized in Poland by the CodersCrew Association.
19+
Our mission is to guide everyone from the first lines of code to a career as a web developer. During the course,
20+
participants receive an interactive learning plan containing 5 modules:
1121

1222
- HTML, CSS, JavaScript - web development basics.
1323
- Scalable web applications with TypeScript.
@@ -17,4 +27,23 @@ CodersCamp is a 6 month long, free, and open web development bootcamp organized
1727
- Advanced back-end development with Nest.js.
1828
- Advanced front-end development with Redux.js.
1929

20-
CodersCamp students work in 6-people teams guided by an experienced mentor. After the end of the module, the team creates a fully-featured web application and presents it during a demo session. As a result, each student has a portfolio of 5 practical projects with live demos at the end of the course. The entire bootcamp ends with a 24h hackathon where participants create an application that meets business requirements specified by the hackathon's partner.
30+
CodersCamp students work in 6-people teams guided by an experienced mentor. After the end of the module, the team
31+
creates a fully-featured web application and presents it during a demo session. As a result, each student has a
32+
portfolio of 5 practical projects with live demos at the end of the course. The entire bootcamp ends with a 24h
33+
hackathon where participants create an application that meets business requirements specified by the hackathon's
34+
partner.
35+
36+
[codecov-api-badge]: https://codecov.io/gh/CodersCrew/coderscamp/branch/main/graph/badge.svg?flag=api
37+
[codecov-api-link]: https://codecov.io/gh/CodersCrew/coderscamp/tree/main/packages/api/src
38+
[codecov-ui-badge]: https://codecov.io/gh/CodersCrew/coderscamp/branch/main/graph/badge.svg?flag=ui
39+
[codecov-ui-link]: https://codecov.io/gh/CodersCrew/coderscamp/tree/main/packages/ui/src
40+
[issues-api-badge]: https://img.shields.io/github/issues/CodersCrew/coderscamp/scope%3A%20%F0%9F%9B%B0%20api
41+
[issues-api-link]: https://github.com/CodersCrew/coderscamp/labels/scope%3A%20%F0%9F%9B%B0%20api
42+
[issues-panel-badge]: https://img.shields.io/github/issues/CodersCrew/coderscamp/scope%3A%20%F0%9F%8E%9B%20panel
43+
[issues-panel-link]: https://github.com/CodersCrew/coderscamp/labels/scope%3A%20%F0%9F%8E%9B%20panel
44+
[issues-ui-badge]: https://img.shields.io/github/issues/CodersCrew/coderscamp/scope%3A%20%F0%9F%92%85%20ui
45+
[issues-ui-link]: https://github.com/CodersCrew/coderscamp/labels/scope%3A%20%F0%9F%92%85%20ui
46+
[issues-website-badge]: https://img.shields.io/github/issues/CodersCrew/coderscamp/scope%3A%20%F0%9F%8C%90%20website
47+
[issues-website-link]: https://github.com/CodersCrew/coderscamp/labels/scope%3A%20%F0%9F%8C%90%20website
48+
[workflow]: https://github.com/CodersCrew/coderscamp/workflows/Code%20Check/badge.svg
49+
[workflow-link]: https://github.com/CodersCrew/coderscamp/actions?query=workflow%3A%22Code%20Check%22

0 commit comments

Comments
 (0)