Have you ever wanted to build something but you had no idea what to do? Just as authors sometimes have "writers block" it's also true for developers. This list is intended to solve this issue once and for all! 👍
These applications are:
- great for improving your coding skills 💪;
- great for experimenting with new technologies 🆕;
- great for adding to your portfolio to impress your next employer/client 📁;
- great for using as examples in tutorials (articles or videos) 📃;
- easy to complete and also easily extendable with new features 👌;
This is not just a simple list of projects, but a collection that describes each project in enough detail so that you can develop it from the ground up!
Each project has the following features:
- A clear and descriptive objective;
- A list of User Stories which should be implemented (these stories act more as a guideline than a forced list of To-Do's. Feel free to add your own stories if you want);
- A list of bonus features that not only improve the base project, but also your skills at the same time (these are optional and should be attempted only after you have completed the required user stories)
- All the resources and links to help you find what you need to complete the project
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
Name | Short Description | Tier |
---|---|---|
Border Radius Previewer | Preview how CSS3 border-radius values affect an element | 1-Beginner |
CSV2JSON App | CSV to JSON converter | 1-Beginner |
Dollars to Cents | Convert dollars to cents | 1-Beginner |
Dynamic CSS Variables | Dynamically change CSS variable settings | 1-Beginner |
First DB App | Your first Database app! | 1-Beginner |
Name | Short Description | Tier |
---|---|---|
Calculator CLI | Create a basic calculator cli. | 2-Intermediate |
Chrome Theme Extension | Build your own chrome theme extention. | 2-Intermediate |
Game Suggestion App | Create polls to decide what games to play | 2-Intermediate |
Image Scanner | Image Scanner App | 2-Intermediate |
Markdown Table Generator | Convert a table into Markdown-formatted text | 2-Intermediate |
Name | Short Description | Tier |
---|---|---|
Battleship Game Engine | Create a callable engine to play the Battleship game | 3-Advanced |
Calendar | Create your own Calendar | 3-Advanced |
Chat App | Real-time chat interface | 3-Advanced |
Contribution Tracker App | Track funds donated to charity | 3-Advanced |
Shuffle Deck | Evaluate different algorithms for shuffling |
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.
Any contributions are highly appreciated. 🙏 You can contribute in two ways:
- create an issue and tell us your idea 💡. Make sure that you use the new idea label in this case;
- 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;
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! 👍
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! 😃
Do you have any suggestions on how we could improve this project overall? Let us know! We'd love to hear your feedback!