pull/599/merge
Bhaskar Rijal 2 years ago committed by GitHub
commit c083a026ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,20 +26,34 @@ Each project has the following **features**:
Here you can [watch a video about this repository](https://www.youtube.com/watch?v=TNzCfgwIDCY). Here you can [watch a video about this repository](https://www.youtube.com/watch?v=TNzCfgwIDCY).
## Projects ## Table of Contents :clipboard:
* [Projects](#Projects)
* [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)
* [Spread the word!](#Spreadtheword)
* [Main Contributors 🙂🙂](#MainContributors)
* [100Days100Projects 🚀](#Days100Projects)
* [Stars history](#Starshistory)
## 1. <a name='Projects'></a>Projects
Projects are divided into three tiers based on the knowledge and experience Projects are divided into three tiers based on the knowledge and experience
required to complete them. required to complete them.
| Tier | Developer Profile | | Tier | Developer Profile |
| :--: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | | :---: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1 | Developers in the early stages of their learning journey. Those who are typically focused on creating user-facing applications. | | 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. | | 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. | | 3 | Developers who have all of the above, and are learning more advanced techniques like implementing backend applications and database services. |
🌟 - New Project 🌟 - New Project
### Tier-1: Beginner Projects ### 1.1. <a name='Tier1BeginnerProjects'></a>Tier-1: Beginner Projects
| Name | Short Description | Tier | | Name | Short Description | Tier |
| --------------------------------------------------------------------------------- | ---------------------------------------------------------- | ---------- | | --------------------------------------------------------------------------------- | ---------------------------------------------------------- | ---------- |
@ -79,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 | | [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 | | [Weather App](./Projects/1-Beginner/Weather-App.md) | Get the temperature, weather condition of a city. | 1-Beginner |
### Tier-2: Intermediate Projects ### 1.2. <a name='Tier-2-IntermediateProjects'></a>Tier-2: Intermediate Projects
| Name | Short Description | Tier | | Name | Short Description | Tier |
| --------------------------------------------------------------------------------- | -------------------------------------------------- | -------------- | | --------------------------------------------------------------------------------- | -------------------------------------------------- | -------------- |
@ -117,7 +131,7 @@ required to complete them.
| [Typing Practice](./Projects/2-Intermediate/Typing-Practice-App.md) | Typing Practice | 2-Intermediate | | [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 | | [Voting App](./Projects/2-Intermediate/Voting-App.md) | Voting App | 2-Intermediate |
### Tier-3: Advanced Projects ### 1.3. <a name='Tier-3-AdvancedProjects'></a>Tier-3: Advanced Projects
| Name | Short Description | Tier | | Name | Short Description | Tier |
| ----------------------------------------------------------------------------- | ------------------------------------------------------------------- | ---------- | | ----------------------------------------------------------------------------- | ------------------------------------------------------------------- | ---------- |
@ -142,38 +156,38 @@ required to complete them.
| [Spell-It App](./Projects/3-Advanced/SpellIt-App.md) | A twist on the classic Speak N Spell game | 3-Advanced | | [Spell-It App](./Projects/3-Advanced/SpellIt-App.md) | A twist on the classic Speak N Spell game | 3-Advanced |
| [Survey App](./Projects/3-Advanced/Survey-App.md) | Define, conduct, and view a survey | 3-Advanced | | [Survey App](./Projects/3-Advanced/Survey-App.md) | Define, conduct, and view a survey | 3-Advanced |
## Plans for the future ## 2. <a name='Plansforthefuture'></a>Plans for the future
We are planning to add more and more projects to this repository. For this, we need your help! Find out how to contribute below. 👇 We are planning to add more and more projects to this repository. For this, we need your help! Find out how to contribute below. 👇
We are also planning to create a website where you can easily browse through all of the projects. We are also planning to create a website where you can easily browse through all of the projects.
## Contribution ## 3. <a name='Contribution'></a>Contribution
Any contributions are highly appreciated. :pray: You can contribute in two ways: Any contributions are highly appreciated. :pray: You can contribute in two ways:
1. create an issue and tell us your idea :bulb:. Make sure that you use the **new idea** label in this case; 1. create an issue and tell us your idea :bulb:. Make sure that you use the **new idea** label in this case;
2. fork the project and submit a PR with your new idea. Before doing that, please make sure that you read and follow the [Contribution Guide](./CONTRIBUTING.md); 2. fork the project and submit a PR with your new idea. Before doing that, please make sure that you read and follow the [Contribution Guide](./CONTRIBUTING.md);
### Examples ### 3.1. <a name='Examples'></a>Examples
You can also add your own examples to the projects after you have completed them. I highly encourage you to do this as it will show others what amazing things were built! 👍 You can also add your own examples to the projects after you have completed them. I highly encourage you to do this as it will show others what amazing things were built! 👍
## Spread the word! ## 4. <a name='Spreadtheword'></a>Spread the word!
If the information from this repo was useful to you in any way, make sure you give it a star 🌟, this way others can find it and benefit too! Together we can grow and make our community better! :smiley: If the information from this repo was useful to you in any way, make sure you give it a star 🌟, this way others can find it and benefit too! Together we can grow and make our community better! :smiley:
Do you have any suggestions on how we could improve this project overall? Let us know! We'd love to hear your feedback! Do you have any suggestions on how we could improve this project overall? Let us know! We'd love to hear your feedback!
### Main Contributors 🙂🙂 ### 4.1. <a name='MainContributors'></a>Main Contributors 🙂🙂
- **Florin Pop**: [Twitter](https://twitter.com/florinpop1705) - [YouTube Channel](https://youtube.com/florinpop) - [website](https://florin-pop.com). - **Florin Pop**: [Twitter](https://twitter.com/florinpop1705) - [YouTube Channel](https://youtube.com/florinpop) - [website](https://florin-pop.com).
- **Jim Medlock**: [Twitter](https://twitter.com/jd_medlock) - [articles](https://medium.com/@jdmedlock) - **Jim Medlock**: [Twitter](https://twitter.com/jd_medlock) - [articles](https://medium.com/@jdmedlock)
## 100Days100Projects 🚀 ## 5. <a name='Days100Projects'></a>100Days100Projects 🚀
As a bonus, I created the [#100Days100Projects challenge](https://www.florin-pop.com/blog/2019/09/100-days-100-projects). You can find in there 100 more ideas of smaller projects. Enjoy! 😄 As a bonus, I created the [#100Days100Projects challenge](https://www.florin-pop.com/blog/2019/09/100-days-100-projects). You can find in there 100 more ideas of smaller projects. Enjoy! 😄
## Stars history ## 6. <a name='Starshistory'></a>Stars history
[![Stargazers over time](https://starchart.cc/florinpop17/app-ideas.svg)](https://starchart.cc/florinpop17/app-ideas) [![Stargazers over time](https://starchart.cc/florinpop17/app-ideas.svg)](https://starchart.cc/florinpop17/app-ideas)

Loading…
Cancel
Save