Member-only story
Want to be a top developer? You should build things. Here’s another list to get you started
Some challenging, yet fun ideas to build
Due to high demand, I’m extending the list of fun apps to build.
Here’s the initial post. Feel free to post your applications in the comments or on Twitter.
Everyone knows that skill is acquired by hard work mixed with passion. In order to become good at something, one must put in the effort.
Nothing good comes easy. If it’s hard, it’s worth doing. Most of us are excited to code but frequently lack ideas. Allow me to present some challenging, yet fun ideas to build.
Become a Medium Member to directly support my work. You’ll also get full access to every story on Medium. Thanks in advance!
Without further ado, let’s jump in!
Project #1: GraphQL powered Node.js Backend

GraphQL has revolutionized the way we send and receive data. It’s absolutely worth your time to check it out.
Specifications:
- Setup a Node.js express server with MongoDB and graphQL.
- Ability to create, read, update, delete (CRUD) data.
- Fetch data from a simple front-end.
Here’s a detailed tutorial I wrote on the subject, enjoy: