You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
app-ideas/README.md

79 lines
4.4 KiB

6 years ago
## :ledger: App Ideas Collection
6 years ago
6 years ago
Have you ever wanted to build something but you had no idea what to do? Just as
6 years ago
authors sometimes have "writers block" it's also true for developers. This list is intended to solve this issue once and for all! 👍
6 years ago
6 years ago
These applications are:
6 years ago
6 years ago
- great to improve your coding skills :muscle:;
- great to experiment with new technologies 🆕;
6 years ago
- great to be added in your portfolio to impress your next employer/client :file_folder:;
6 years ago
- great to be used as examples in tutorials (articles or videos) :page_with_curl:;
- easy to complete and also easily extendable with new features :ok_hand:;
6 years ago
6 years ago
This is intended not only to be a simple list of projects, but a list that
6 years ago
describes each project in enough detail so you can develop it from the ground up!
6 years ago
6 years ago
Each project has the following **features**:
1. A clear and descriptive objective;
6 years ago
2. A list of _User Stories_ which should be implemented; (these stories act more as a guideline than a forced list of _To-Do's_. Fell free to add your own features if you want);
3. A list of bonus features that can improve the base project;
4. A Trello Board that can be cloned and used to track your progress;
## Projects
6 years ago
| Name |
| ------------------------------------------------------------------ |
| [Bin2Dec](./Projects/Bin2Dec-App.md) |
6 years ago
| [Book Finder App](./Projects/Book-Finder-App.md) |
| [Christmas Lights](./Projects/Christmas-Lights-App.md) |
| [Color Cycle](./Projects/Color-Cycle-App.md) |
6 years ago
| [Flip Image](./Projects/Flip-Image-App.md) |
| [Kudos Slackbot](./Projects/Kudos-Slackbot.md) |
| [Lorem Ipsum Generator](./Projects/Lorem-Ipsum-Generator.md) |
| [Markdown Previewer](./Projects/Markdown-Previewer.md) |
| [Markdown Table Generator](./Projects/Markdown-Table-Generator.md) |
6 years ago
| [Notes App](./Projects/Notes-App.md) |
| [Pomodoro Clock](./Projects/Pomodoro-Clock.md) |
| [Slack Archiver](./Projects/Slack-Archiver.md) |
| [String Art](./Projects/String-Art.md) |
| [Timezone Slackbot](./Projects/Timezone-Slackbot.md) |
6 years ago
| [To-Do App](./Projects/To-Do-App.md) |
| [TrueOrFalse](./Projects/True-or-False-App.md) |
| [Wind Chill](./Projects/Windchill-App.md) |
6 years ago
## Trello Collection Boards
You can find a collection of all the Trello Boards containing a separate board for each project individually by clicking [here](https://trello.com/appideascollection). Clone the board and use it to track your progress on the project you are working.
## Plans for the future
We are planning in the future to add different _Levels_ or _Tiers_ for the projects. This way you will be able to find easier a project which is more suited for your coding skills. You can start with easier projects and advance to the harder ones.
## Contribution
6 years ago
Any contributions are highly appreciated. :pray: You can contribute in two ways:
1. create an issue and tell us your idea :bulb:. Make sure you use the **new idea** label in this case;
2. fork the project and submit a PR. Before doing that, please make sure that you are reading and following the [Contribution Guide](./Contribution%20Guide.md);
### 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 you have built! 👍
## 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:
6 years ago
Do you have any suggestions on how we could improve this project overall? Let me know! I'd love to hear your feedback!
6 years ago
6 years ago
### Main Contributors 🙂🙂
- **Florin Pop**: [Twitter](https://twitter.com/florinpop1705) - [website](https://florin-pop.com).
- **Jim Medlock**: [Twitter](https://twitter.com/jd_medlock)
6 years ago
## Weekly Coding Challenge 🚀
As a bonus, I'm organizing a Weekly Coding Challenge where you can learn more by practicing your skills on real-world projects. Read [The Complete Guide](https://www.florin-pop.com/blog/2019/03/weekly-coding-challenge/) to find out how you can participate! 😄