You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38-14Lines changed: 38 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Learning and community are the core principles that dacade approaches with a mul
7
7
## 1. Requirements
8
8
9
9
To run the project, you will need the following:
10
+
10
11
- Node.js (v16 or higher)
11
12
- npm (v6 or higher)
12
13
@@ -40,7 +41,38 @@ yarn build
40
41
yarn start
41
42
```
42
43
43
-
## 4. Setup
44
+
## 4. Features
45
+
46
+
- authentication feature:
47
+
Users can sign up and log in to the platform using their email and password or through their Google
48
+
accounts. Firebase Authentication API is used to manage user authentication
49
+
50
+
- Learning Materials
51
+
The platform provides users with access to learning materials, including videos, quizzes, and text-based content. Users can navigate through the materials and track their progress.
52
+
53
+
- Feedback and Collaboration
54
+
Users can provide feedback to each other on their projects through a custom API. The API allows users to comment on each other's work and collaborate on their projects.
55
+
56
+
- Gamification
57
+
The platform features gamification elements, including badges and rewards, to motivate users and encourage participation.
Users can sign up and log in to the platform using their email and password or through their Google
73
-
accounts. Firebase Authentication API is used to manage user authentication
74
-
75
-
- Learning Materials
76
-
The platform provides users with access to learning materials, including videos, quizzes, and text-based content. Users can navigate through the materials and track their progress.
77
-
78
-
- Feedback and Collaboration
79
-
Users can provide feedback to each other on their projects through a custom API. The API allows users to comment on each other's work and collaborate on their projects.
80
-
81
-
- Gamification
82
-
The platform features gamification elements, including badges and rewards, to motivate users and encourage participation.
103
+
```bash
104
+
yarn run dev
105
+
```
83
106
84
107
### User Roles and Privileges
85
108
@@ -114,6 +137,7 @@ Contributions to the project are welcome. To contribute, follow these steps:
114
137
- Create a new branch for your changes.
115
138
- Make your changes and commit them to your branch.
116
139
- Submit a pull request to merge your changes into the main branch.
140
+
- Follow our contribution guideline document for more information. [Contribution guideline document](CONTRIBUTING.md)
"communities.overview.challenge.subtitle": "При успешно завършване",
111
111
"communities.overview.challenge.expiry": "Срок на изтичане на предизвикателството:",
112
112
"communities.overview.challenge.learning.title": "Следните учебни материали ще ви осигурят техническите умения, необходими за успешното справяне с предизвикателството.",
"communities.challenge.criteria.subtitle": "Следните учебни материали ще ви дадат необходимата техническа експертиза, за да се справите успешно с предизвикателството.",
"communities.challenge.passing.score.description": "За да спечелите {{coinPlaceholder}} <strong>{{amount}}</strong> <strong>{{token}}</strong>, трябва да получите поне <strong>{{minPoints}}</strong> от <strong>{{maxPoints}}</strong> точки в този предизвикателство.",
"communities.challenge.criteria.subtitle": "The following learning materials will equip you with the technical expertise required to successfully address the challenge.",
"communities.challenge.passing.score.description": "In order to earn {{coinPlaceholder}} <strong>{{amount}}</strong> <strong>{{token}}</strong> you must get at least <strong>{{minPoints}}</strong> out of <strong>{{maxPoints}}</strong> Points in this challenge.",
Copy file name to clipboardExpand all lines: public/locales/es/common.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,7 @@
128
128
"communities.overview.challenge.title": "¿Ya estás lista para completar el desafío?",
129
129
"communities.challenge.criteria.subtitle": "Los siguientes materiales de aprendizaje lo equiparán con la experiencia técnica necesaria para abordar con éxito el desafío.",
"communities.challenge.passing.score.description": "Para ganar {{coinPlaceholder}} <strong>{{amount}}</strong> <strong>{{token}}</strong>, debes obtener al menos <strong>{{minPoints}}</strong> de <strong>{{maxPoints}}</strong> puntos en este desafío.",
"communities.challenge.criteria.subtitle": "Sljedeći materijali za učenje opremit će vas tehničkom stručnošću potrebnom za uspješno rješavanje izazova.",
"communities.challenge.passing.score.description": "U svrhu zarade {{coinPlaceholder}} <strong>{{amount}}</strong> <strong>{{token}}</strong>-ova morate osvojiti barem <strong>{{minPoints}}</strong> od <strong>{{maxPoints}}</strong> bodova u ovom izazovu.",
0 commit comments