pull/599/head
Bhaskar Rijal 3 years ago
parent ee733c0701
commit 0739407f17

@ -26,10 +26,12 @@ Each project has the following **features**:
Here you can [watch a video about this repository](https://www.youtube.com/watch?v=TNzCfgwIDCY).
## Table of Contents :clipboard:
* [Projects](#Projects)
* [Tier-1: Beginner Projects](#Tier-1:BeginnerProjects)
* [Tier-2: Intermediate Projects](#Tier-2:IntermediateProjects)
* [Tier-3: Advanced Projects](#Tier-3:AdvancedProjects)
* [Tier-1: Beginner Projects](#Tier1BeginnerProjects)
* [Tier-2: Intermediate Projects](#Tier-2-IntermediateProjects)
* [Tier-3: Advanced Projects](#Tier-3-AdvancedProjects)
* [Plans for the future](#Plansforthefuture)
* [Contribution](#Contribution)
* [Examples](#Examples)
@ -44,14 +46,14 @@ Projects are divided into three tiers based on the knowledge and experience
required to complete them.
| Tier | Developer Profile |
| :--: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| :---: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1 | Developers in the early stages of their learning journey. Those who are typically focused on creating user-facing applications. |
| 2 | Developers at an intermediate stage of learning and experience. They are comfortable in UI/UX, using development tools, and building apps that use API services. |
| 3 | Developers who have all of the above, and are learning more advanced techniques like implementing backend applications and database services. |
🌟 - New Project
### 1.1. <a name='Tier-1:BeginnerProjects'></a>Tier-1: Beginner Projects
### 1.1. <a name='Tier1BeginnerProjects'></a>Tier-1: Beginner Projects
| Name | Short Description | Tier |
| --------------------------------------------------------------------------------- | ---------------------------------------------------------- | ---------- |
@ -91,7 +93,7 @@ required to complete them.
| [Word Frequency](./Projects/1-Beginner/Word-Frequency-App.md) | Calculate word frequency in a block of text | 1-Beginner |
| [Weather App](./Projects/1-Beginner/Weather-App.md) | Get the temperature, weather condition of a city. | 1-Beginner |
### 1.2. <a name='Tier-2:IntermediateProjects'></a>Tier-2: Intermediate Projects
### 1.2. <a name='Tier-2-IntermediateProjects'></a>Tier-2: Intermediate Projects
| Name | Short Description | Tier |
| --------------------------------------------------------------------------------- | -------------------------------------------------- | -------------- |
@ -129,7 +131,7 @@ required to complete them.
| [Typing Practice](./Projects/2-Intermediate/Typing-Practice-App.md) | Typing Practice | 2-Intermediate |
| [Voting App](./Projects/2-Intermediate/Voting-App.md) | Voting App | 2-Intermediate |
### 1.3. <a name='Tier-3:AdvancedProjects'></a>Tier-3: Advanced Projects
### 1.3. <a name='Tier-3-AdvancedProjects'></a>Tier-3: Advanced Projects
| Name | Short Description | Tier |
| ----------------------------------------------------------------------------- | ------------------------------------------------------------------- | ---------- |

Loading…
Cancel
Save